3 instantiations of InProcOrRemoteHostAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
77_diagnosticAnalyzerRunner = new InProcOrRemoteHostAnalyzerRunner(service._analyzerInfoCache);
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
66_diagnosticAnalyzerRunner = new InProcOrRemoteHostAnalyzerRunner(analyzerInfoCache, analyzerService.Listener);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (1)
248=> new(new DiagnosticAnalyzerInfoCache());
8 references to InProcOrRemoteHostAnalyzerRunner
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
71private readonly InProcOrRemoteHostAnalyzerRunner _diagnosticAnalyzerRunner;
Features\Diagnostics\DocumentAnalysisExecutor.cs (2)
29private readonly InProcOrRemoteHostAnalyzerRunner _diagnosticAnalyzerRunner; 41InProcOrRemoteHostAnalyzerRunner diagnosticAnalyzerRunner,
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
34private readonly InProcOrRemoteHostAnalyzerRunner _diagnosticAnalyzerRunner;
Roslyn.VisualStudio.Next.UnitTests (4)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (4)
189var runner = CreateAnalyzerRunner(); 229var runner = CreateAnalyzerRunner(); 247private static InProcOrRemoteHostAnalyzerRunner CreateAnalyzerRunner() 252var executor = CreateAnalyzerRunner();