2 references to ComputeDocumentDiagnosticsForAnalyzerCoreAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (2)
347
ComputeDocumentDiagnosticsForAnalyzerCoreAsync
,
381
var diagnostics = await
ComputeDocumentDiagnosticsForAnalyzerCoreAsync
(analyzer, executor, cancellationToken).ConfigureAwait(false);