3 references to ComputeDocumentDiagnosticAnalyzerDiagnosticsAsync
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
87
var documentDiagnostics = await
ComputeDocumentDiagnosticAnalyzerDiagnosticsAsync
(
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (2)
134
var syntaxDiagnostics = await DocumentAnalysisExecutor.
ComputeDocumentDiagnosticAnalyzerDiagnosticsAsync
(documentAnalyzer, textDocument, AnalysisKind.Syntax, compilation, tree, cancellationToken).ConfigureAwait(false);
135
var semanticDiagnostics = await DocumentAnalysisExecutor.
ComputeDocumentDiagnosticAnalyzerDiagnosticsAsync
(documentAnalyzer, textDocument, AnalysisKind.Semantic, compilation, tree, cancellationToken).ConfigureAwait(false);