12 references to RefactorOrFixAllState
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActions\EditorSuggestedAction.cs (2)
181map[FixAllLogger.CorrelationId] = fixSome.RefactorOrFixAllState.CorrelationId; 182map[FixAllLogger.FixAllScope] = fixSome.RefactorOrFixAllState.Scope.ToString();
Microsoft.CodeAnalysis.Features (10)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (10)
56=> title ?? (this.RefactorOrFixAllState.Scope switch 63_ => throw ExceptionUtilities.UnexpectedValue(this.RefactorOrFixAllState.Scope), 72FixAllLogger.LogState(RefactorOrFixAllState, IsInternalProvider(RefactorOrFixAllState)); 74var service = RefactorOrFixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 76var fixAllContext = CreateFixAllContext(RefactorOrFixAllState, progressTracker, cancellationToken); 86FixAllLogger.LogState(RefactorOrFixAllState, IsInternalProvider(RefactorOrFixAllState)); 88var service = RefactorOrFixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 90var fixAllContext = CreateFixAllContext(RefactorOrFixAllState, progressTracker, cancellationToken);