3 instantiations of StreamingProgressTracker
Microsoft.CodeAnalysis.Features (2)
FindUsages\FindUsagesContext.cs (1)
19
ProgressTracker = new
StreamingProgressTracker
(ReportProgressAsync);
NavigateTo\NavigateToSearcher.cs (1)
57
_progress_doNotAccessDirectly = new
StreamingProgressTracker
((current, maximum, ct) =>
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\StreamingFindReferencesProgress.cs (1)
27
ProgressTracker = new
StreamingProgressTracker
((current, max, ct) =>