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)
167var executor = new DocumentAnalysisExecutor(analysisScope, compilationWithAnalyzers, _diagnosticAnalyzerRunner, logPerformanceInfo: true);