Implemented interface member:
property
Progress
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.Progress
1 write to Progress
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
88this.Progress = progressTracker;
2 references to Progress
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\DocumentBasedFixAllProvider.cs (1)
72originalFixAllContext.Progress,
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
110: new FixAllContext(newState, this.Progress, newCancellationToken);