2 references to AddItemsAsync
Microsoft.CodeAnalysis.Features (2)
SemanticSearch\AbstractSemanticSearchService.cs (1)
161
await observer.
AddItemsAsync
(remainingProgressItemCount, cancellationToken).ConfigureAwait(false);
SemanticSearch\IRemoteSemanticSearchService.cs (1)
86
await observer.
AddItemsAsync
(itemCount, cancellationToken).ConfigureAwait(false);