1 implementation of ItemsCompletedAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\NoOpStreamingFindReferencesProgress.cs (1)
36
public ValueTask
ItemsCompletedAsync
(int count, CancellationToken cancellationToken) => default;
1 reference to ItemsCompletedAsync
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\IStreamingProgressTrackerExtensions.cs (1)
24
=> tracker.
ItemsCompletedAsync
(1, cancellationToken);