1 write to _progressTracker
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
43
_progressTracker
= progress.ProgressTracker;
3 references to _progressTracker
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (3)
76
var disposable = await
_progressTracker
.AddSingleItemAsync(cancellationToken).ConfigureAwait(false);
88
await
_progressTracker
.AddItemsAsync(count, cancellationToken).ConfigureAwait(false);
113
await
_progressTracker
.ItemCompletedAsync(cancellationToken).ConfigureAwait(false);