1 write to FixAllState
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
27FixAllState = fixAllState;
10 references to FixAllState
Microsoft.CodeAnalysis.Features (10)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (10)
42=> this.FixAllState.Scope switch 49_ => throw ExceptionUtilities.UnexpectedValue(this.FixAllState.Scope), 58FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 60var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 62var fixAllContext = CreateFixAllContext(FixAllState, progressTracker, cancellationToken); 72FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 74var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 76var fixAllContext = CreateFixAllContext(FixAllState, progressTracker, cancellationToken);