1 instantiation of FixAllState
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
75return new FixAllState(
5 references to FixAllState
Microsoft.CodeAnalysis.Workspaces (5)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (3)
24internal FixAllState State { get; } 83FixAllState state, 105var newState = State.With(documentAndProject, scope, codeActionEquivalenceKey);
CodeRefactorings\FixAllOccurences\FixAllState.cs (2)
20internal sealed class FixAllState : CommonFixAllState<CodeRefactoringProvider, FixAllProvider, FixAllState> 73protected override FixAllState With(Document? document, Project project, FixAllScope scope, string? codeActionEquivalenceKey)