2 instantiations of FixAllState
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
605var fixAllState = new CodeRefactorings.FixAllState(
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
75return new FixAllState(
7 references to FixAllState
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\FixAllOccurences\FixAllCodeRefactoringCodeAction.cs (1)
17=> new FixAllContext((FixAllState)fixAllState, progressTracker, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
605var fixAllState = new CodeRefactorings.FixAllState(
Microsoft.CodeAnalysis.Workspaces (5)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (3)
24internal FixAllState State { get; } 81FixAllState state, 103var 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)