1 write to _diagnosticAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
42
_diagnosticAnalyzerRunner
= new InProcOrRemoteHostAnalyzerRunner(analyzerInfoCache, analyzerService.Listener);
3 references to _diagnosticAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
46
internal DiagnosticAnalyzerInfoCache DiagnosticAnalyzerInfoCache =>
_diagnosticAnalyzerRunner
.AnalyzerInfoCache;
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (1)
100
var resultMap = await
_diagnosticAnalyzerRunner
.AnalyzeProjectAsync(
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
232
var executor = new DocumentAnalysisExecutor(analysisScope, compilationWithAnalyzers,
_diagnosticAnalyzerRunner
, logPerformanceInfo);