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