3 references to ShouldInclude
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalysisScope.cs (3)
183if (ShouldInclude(node.FullSpan)) 205return ShouldInclude(node.FullSpan); 242return ShouldInclude(diagnostic.Location.SourceSpan);