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)
93var sessionScope = new HostSessionStartAnalysisScope(context._analyzer); 120Debug.Assert(sessionScope.Analyzer == _analyzer); 161var symbolAnalysisScope = new HostSymbolStartAnalysisScope(_analyzer);