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