src/Common/SemanticModelExtensions.cs
Method GetAllMatchingSymbols
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static List<T> GetAllMatchingSymbols<T>(this SemanticModel semanticModel, ExpressionSyntax expression)
where T : class
{
List<T> matchingSymbols = new();
Unexpected tabs found. Open
Open
using System.Diagnostics;
- Exclude checks
Expected an indentation at 16 instead of at 15. Open
Open
|| methodName.StartsWith("Moq.Language.IReturns", StringComparison.Ordinal);
- Exclude checks