1 write to _diagnosticAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DocumentAnalysisExecutor.cs (1)
50
_diagnosticAnalyzerRunner
= diagnosticAnalyzerRunner;
3 references to _diagnosticAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\DocumentAnalysisExecutor.cs (3)
69
=> new(analysisScope, _compilationWithAnalyzers,
_diagnosticAnalyzerRunner
, _isExplicit, _logPerformanceInfo, _onAnalysisException);
188
var resultAndTelemetry = await
_diagnosticAnalyzerRunner
.AnalyzeDocumentAsync(analysisScope, _compilationWithAnalyzers,
203
return await
_diagnosticAnalyzerRunner
.GetSourceGeneratorDiagnosticsAsync(project, cancellationToken).ConfigureAwait(false);