3 references to IsAnalyzerSuppressedForTree
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.cs (3)
537
IsAnalyzerSuppressedForTree
(analyzer, semanticModel.SyntaxTree, cancellationToken))
590
IsAnalyzerSuppressedForTree
(analyzer, tree, cancellationToken))
677
Debug.Assert(!
IsAnalyzerSuppressedForTree
(syntaxNodeAction.Analyzer, node.SyntaxTree, cancellationToken));