1 write to _diagnosticAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
49
_diagnosticAnalyzerRunner
= new InProcOrRemoteHostAnalyzerRunner(
4 references to _diagnosticAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
54
internal DiagnosticAnalyzerInfoCache DiagnosticAnalyzerInfoCache =>
_diagnosticAnalyzerRunner
.AnalyzerInfoCache;
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (2)
103
var resultMap = await
_diagnosticAnalyzerRunner
.AnalyzeProjectAsync(
329
var generatorDiagnostics = await
_diagnosticAnalyzerRunner
.GetSourceGeneratorDiagnosticsAsync(project, cancellationToken).ConfigureAwait(false);
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
383
var executor = new DocumentAnalysisExecutor(analysisScope, _compilationWithAnalyzers, _owner.
_diagnosticAnalyzerRunner
, _isExplicit, _logPerformanceInfo);