1 implementation of AddItemsAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\NoOpStreamingFindReferencesProgress.cs (1)
35public ValueTask AddItemsAsync(int count, CancellationToken cancellationToken) => default;
2 references to AddItemsAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
88await _progressTracker.AddItemsAsync(count, cancellationToken).ConfigureAwait(false);
Shared\Utilities\IStreamingProgressTrackerExtensions.cs (1)
19await progressTracker.AddItemsAsync(1, cancellationToken).ConfigureAwait(false);