1 write to _analyzer
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs (1)
68
_analyzer
= analyzer;
3 references to _analyzer
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs (3)
93
var sessionScope = new HostSessionStartAnalysisScope(context.
_analyzer
);
120
Debug.Assert(sessionScope.Analyzer ==
_analyzer
);
161
var symbolAnalysisScope = new HostSymbolStartAnalysisScope(
_analyzer
);