1 implementation of ReportRelatedDocumentAsync
Microsoft.CodeAnalysis.Features (1)
RelatedDocuments\IRemoteRelatedDocumentsService.cs (1)
34public ValueTask ReportRelatedDocumentAsync(RemoteServiceCallbackId callbackId, ImmutableArray<DocumentId> documentIds, CancellationToken cancellationToken)
1 reference to ReportRelatedDocumentAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\RelatedDocuments\RemoteRelatedDocumentsService.cs (1)
31async (callback, cancellationToken) => await callback.ReportRelatedDocumentAsync(callbackId, documentIds, cancellationToken).ConfigureAwait(false),