1 implementation of GetRelatedDocumentIdsAsync
Microsoft.CodeAnalysis.Features (1)
RelatedDocuments\AbstractRelatedDocumentsService.cs (1)
36public async ValueTask GetRelatedDocumentIdsAsync(
2 references to GetRelatedDocumentIdsAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\RelatedDocuments\CSharpCopilotRelatedDocumentsService.cs (1)
29return service.GetRelatedDocumentIdsAsync(document, position, callbackAsync, cancellationToken);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\RelatedDocuments\RemoteRelatedDocumentsService.cs (1)
46await service.GetRelatedDocumentIdsAsync(