1 implementation of SearchCachedDocumentsAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\NavigateToSearch\RemoteNavigateToSearchService.cs (1)
107
public ValueTask
SearchCachedDocumentsAsync
(ImmutableArray<DocumentKey> documentKeys, ImmutableArray<DocumentKey> priorityDocumentKeys, string searchPattern, ImmutableArray<string> kinds, RemoteServiceCallbackId callbackId, CancellationToken cancellationToken)
1 reference to SearchCachedDocumentsAsync
Microsoft.CodeAnalysis.Features (1)
NavigateTo\AbstractNavigateToSearchService.CachedDocumentSearch.cs (1)
76
service.
SearchCachedDocumentsAsync
(documentKeys, priorityDocumentKeys, searchPattern, kinds.ToImmutableArray(), callbackId, cancellationToken),