2 implementations of SearchDocumentAsync
Microsoft.CodeAnalysis.Features (2)
NavigateTo\AbstractNavigateToSearchService.NormalSearch.cs (1)
20public async Task SearchDocumentAsync(
NavigateTo\NavigateToSearcher.cs (1)
531public Task SearchDocumentAsync(Document document, string searchPattern, IImmutableSet<string> kinds, Func<ImmutableArray<INavigateToSearchResult>, Task> onResultsFound, CancellationToken cancellationToken)
1 reference to SearchDocumentAsync
Microsoft.CodeAnalysis.Features (1)
NavigateTo\NavigateToSearcher.cs (1)
192await service.SearchDocumentAsync(