3 references to ProcessDocumentsAsync
Microsoft.CodeAnalysis.Features (3)
NavigateTo\AbstractNavigateToSearchService.GeneratedDocumentSearch.cs (1)
60
await
ProcessDocumentsAsync
(searchDocument: null, patternName, patternContainerOpt, declaredSymbolInfoKindsSet, onResultFound, generatedDocs.ToSet<Document>(), cancellationToken).ConfigureAwait(false);
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
55
await
ProcessDocumentsAsync
(searchDocument, patternName, patternContainerOpt, declaredSymbolInfoKindsSet, onResultFound, highPriDocs, cancellationToken).ConfigureAwait(false);
59
await
ProcessDocumentsAsync
(searchDocument, patternName, patternContainerOpt, declaredSymbolInfoKindsSet, onResultFound, lowPriDocs, cancellationToken).ConfigureAwait(false);