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