4 implementations of AddItemsAsync
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
SemanticSearch\Mocks\MockSemanticSearchResultsObserver.cs (1)
23public ValueTask AddItemsAsync(int itemCount, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchQueryExecutor.cs (1)
33public ValueTask AddItemsAsync(int itemCount, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
32public ValueTask AddItemsAsync(int itemCount, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
28public ValueTask AddItemsAsync(int itemCount, CancellationToken cancellationToken)
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);