11 references to IsAnalyzerSuppressedForTree
Microsoft.CodeAnalysis (11)
DiagnosticAnalyzer\AnalyzerExecutor.cs (11)
560IsAnalyzerSuppressedForTree(analyzer, semanticModel.SyntaxTree)) 604IsAnalyzerSuppressedForTree(analyzer, tree)) 675Debug.Assert(!IsAnalyzerSuppressedForTree(syntaxNodeAction.Analyzer, node.SyntaxTree)); 697Debug.Assert(!IsAnalyzerSuppressedForTree(operationAction.Analyzer, semanticModel.SyntaxTree)); 788IsAnalyzerSuppressedForTree(analyzer, declaredNode.SyntaxTree)) 899Debug.Assert(!IsAnalyzerSuppressedForTree(analyzer, declaredNode.SyntaxTree)); 975IsAnalyzerSuppressedForTree(analyzer, model.SyntaxTree)) 1001Debug.Assert(!IsAnalyzerSuppressedForTree(analyzer, model.SyntaxTree)); 1063IsAnalyzerSuppressedForTree(analyzer, model.SyntaxTree)) 1088Debug.Assert(!IsAnalyzerSuppressedForTree(analyzer, model.SyntaxTree)); 1477!IsAnalyzerSuppressedForTree(analyzer, location.SourceTree))