1 write to FixAllState
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
28FixAllState = fixAllState;
10 references to FixAllState
Microsoft.CodeAnalysis.Features (10)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (10)
43=> this.FixAllState.Scope switch 50_ => throw ExceptionUtilities.UnexpectedValue(this.FixAllState.Scope), 59FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 61var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 63var fixAllContext = CreateFixAllContext(FixAllState, progressTracker, cancellationToken); 73FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 75var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 77var fixAllContext = CreateFixAllContext(FixAllState, progressTracker, cancellationToken);