3 implementations of AddItemsAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchQueryExecutor.cs (1)
40public ValueTask AddItemsAsync(int itemCount, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticSearch\RemoteSemanticSearchService.cs (1)
33public ValueTask AddItemsAsync(int itemCount, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchQueryExecutor.cs (1)
41public ValueTask AddItemsAsync(int itemCount, CancellationToken cancellationToken)
2 references to AddItemsAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\SemanticSearch\CopilotSemanticSearchQueryService.cs (1)
26=> observer.AddItemsAsync(itemCount, cancellationToken);
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\IRemoteSemanticSearchService.cs (1)
100await observer.AddItemsAsync(itemCount, cancellationToken).ConfigureAwait(false);