3 references to ComputeDocumentDiagnosticsCoreInProcessAsync
Microsoft.CodeAnalysis.Features (3)
Diagnostics\Service\DiagnosticAnalyzerService.IncrementalMemberEditAnalyzer.cs (2)
75
return await
ComputeDocumentDiagnosticsCoreInProcessAsync
(executor, cancellationToken).ConfigureAwait(false);
111
return await
ComputeDocumentDiagnosticsCoreInProcessAsync
(executor, cancellationToken).ConfigureAwait(false);
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
315
:
ComputeDocumentDiagnosticsCoreInProcessAsync
(executor, cancellationToken);