12 references to FixAllState
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActions\SuggestedAction.cs (2)
196map[FixAllLogger.CorrelationId] = fixSome.FixAllState.CorrelationId; 197map[FixAllLogger.FixAllScope] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.Features (10)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (10)
39=> this.FixAllState.Scope switch 46_ => throw ExceptionUtilities.UnexpectedValue(this.FixAllState.Scope), 55FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 57var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 59var fixAllContext = CreateFixAllContext(FixAllState, progressTracker, cancellationToken); 69FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 71var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 73var fixAllContext = CreateFixAllContext(FixAllState, progressTracker, cancellationToken);