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