1 instantiation of RefactorAllState
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (1)
74
return new
RefactorAllState
(
7 references to RefactorAllState
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
50
RefactorAllState
refactorAllState => new RefactorAllContext(refactorAllState, progressTracker, cancellationToken),
Microsoft.CodeAnalysis.Workspaces (6)
CodeFixesAndRefactorings\IRefactorOrFixAllState.cs (1)
11
/// Represents internal <see cref="FixAllState"/> or <see cref="
RefactorAllState
"/>.
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (3)
24
internal
RefactorAllState
State { get; }
76
var
newState = State.With(documentAndProject, scope, codeActionEquivalenceKey);
86
RefactorAllState
state,
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (2)
20
internal sealed class RefactorAllState : CommonFixAllState<CodeRefactoringProvider, RefactorAllProvider,
RefactorAllState
>
72
protected override
RefactorAllState
With(Document? document, Project project, FixAllScope scope, string? codeActionEquivalenceKey)