1 write to _isAnalyzerSuppressedForTree
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
201_isAnalyzerSuppressedForTree = isAnalyzerSuppressedForTree;
3 references to _isAnalyzerSuppressedForTree
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.cs (3)
67Debug.Assert(_isAnalyzerSuppressedForTree != null); 68return _isAnalyzerSuppressedForTree(analyzer, tree, Compilation.Options.SyntaxTreeOptionsProvider); 222_isAnalyzerSuppressedForTree, _getAnalyzerGate, _getSemanticModel, _analyzerExecutionTimeMap, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,