1 implementation of GetDocumentDiagnosticsAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
122
public ValueTask<ImmutableArray<DiagnosticData>>
GetDocumentDiagnosticsAsync
(Checksum solutionChecksum, RemoteServiceCallbackId callbackId, DocumentId documentId, CancellationToken cancellationToken)
1 reference to GetDocumentDiagnosticsAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
171
(service, solutionInfo, callbackId, cancellationToken) => service.
GetDocumentDiagnosticsAsync
(solutionInfo, callbackId, document.Id, cancellationToken),