2 references to ShouldAnalyze
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseNullCheckOverTypeCheckDiagnosticAnalyzer.cs (2)
60if (!ShouldAnalyze(context, out var severity) || 93if (!ShouldAnalyze(context, out var severity) || syntax is not BinaryExpressionSyntax)