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)
67
Debug.Assert(
_isAnalyzerSuppressedForTree
!= null);
68
return
_isAnalyzerSuppressedForTree
(analyzer, tree, Compilation.Options.SyntaxTreeOptionsProvider);
222
_isAnalyzerSuppressedForTree
, _getAnalyzerGate, _getSemanticModel, _analyzerExecutionTimeMap, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,