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