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