6 references to ItemCompletedAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\VSTypeScriptFindUsagesService.cs (1)
63=> _progressTracker.ItemCompletedAsync(cancellationToken);
ExternalAccess\VSTypeScript\VSTypeScriptStreamingProgressTracker.cs (1)
20=> _progressTracker.ItemCompletedAsync(cancellationToken);
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
113await _progressTracker.ItemCompletedAsync(cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (1)
265await _progressTracker.ItemCompletedAsync(cancellationToken).ConfigureAwait(false);
Shared\Utilities\IStreamingProgressTrackerExtensions.cs (2)
14/// Returns an <see cref="IAsyncDisposable"/> that will call <see cref="ItemCompletedAsync"/> on 29=> await progressTracker.ItemCompletedAsync(cancellationToken).ConfigureAwait(false);