1 write to _diagnosticAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
77
_diagnosticAnalyzerRunner
= new InProcOrRemoteHostAnalyzerRunner(service._analyzerInfoCache);
1 reference to _diagnosticAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
167
var executor = new DocumentAnalysisExecutor(analysisScope, compilationWithAnalyzers,
_diagnosticAnalyzerRunner
, logPerformanceInfo: true);