2 references to FixAllContext
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\FixAllOccurences\FixAllCodeRefactoringCodeAction.cs (1)
17
=> new
FixAllContext
((FixAllState)fixAllState, progressTracker, cancellationToken);
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
108
: new
FixAllContext
(newState, this.Progress, newCancellationToken);