2 references to DocumentAnalysisExecutor
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
322
var executor = new
DocumentAnalysisExecutor
(service, analysisScope, compilationWithAnalyzers, logPerformanceInfo);
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
71
=>
new
(_diagnosticAnalyzerService, analysisScope, _compilationWithAnalyzers, _logPerformanceInfo, _onAnalysisException);