2 implementations of Progress
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
71public IProgress<CodeAnalysisProgress> Progress { get; }
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
53public IProgress<CodeAnalysisProgress> Progress { get; }
2 references to Progress
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (2)
34return await codeAction.GetChangedSolutionInternalAsync(fixAllContext.State.Solution, fixAllContext.Progress, fixAllContext.CancellationToken).ConfigureAwait(false); 47codeAction, showPreviewChangesDialog, fixAllContext.Progress, fixAllContext.State, fixAllContext.CancellationToken).ConfigureAwait(false);