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