2 instantiations of InProcOrRemoteHostAnalyzerRunner
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
42_diagnosticAnalyzerRunner = new InProcOrRemoteHostAnalyzerRunner(analyzerInfoCache, analyzerService.Listener);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (1)
224=> new(new DiagnosticAnalyzerInfoCache());
7 references to InProcOrRemoteHostAnalyzerRunner
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
29private readonly InProcOrRemoteHostAnalyzerRunner _diagnosticAnalyzerRunner; 42InProcOrRemoteHostAnalyzerRunner diagnosticAnalyzerRunner,
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.cs (1)
25private readonly InProcOrRemoteHostAnalyzerRunner _diagnosticAnalyzerRunner;
Roslyn.VisualStudio.Next.UnitTests (4)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (4)
166var runner = CreateAnalyzerRunner(); 206var runner = CreateAnalyzerRunner(); 223private static InProcOrRemoteHostAnalyzerRunner CreateAnalyzerRunner() 228var executor = CreateAnalyzerRunner();