3 references to ProgressTracker
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
43
_progressTracker = progress.
ProgressTracker
;
FindSymbols\SymbolFinder.FindLiteralsServerCallback.cs (2)
19
=> progress.
ProgressTracker
.AddItemsAsync(count, cancellationToken);
22
=> progress.
ProgressTracker
.ItemsCompletedAsync(count, cancellationToken);