Implemented interface member:
property
Progress
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IRefactorOrFixAllContext.Progress
1 write to Progress
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
91this.Progress = progressTracker;
2 references to Progress
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\DocumentBasedRefactorAllProvider.cs (1)
73originalRefactorAllContext.Progress,
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
81: new RefactorAllContext(newState, this.Progress, newCancellationToken);