2 implementations of ProgressTracker
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
79IProgressTracker IFixAllContext.ProgressTracker => this.ProgressTracker;
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
72IProgressTracker IFixAllContext.ProgressTracker => this.ProgressTracker;
2 references to ProgressTracker
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
FixAllGetFixesService.cs (1)
58codeAction, showPreviewChangesDialog, fixAllContext.ProgressTracker, fixAllContext.State, fixAllContext.CancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\FixAll\FixAllGetFixesService.cs (1)
58codeAction, showPreviewChangesDialog, fixAllContext.ProgressTracker, fixAllContext.State, fixAllContext.CancellationToken).ConfigureAwait(false);