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