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