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