12 references to RefactorOrFixAllState
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActions\EditorSuggestedAction.cs (2)
181
map[FixAllLogger.CorrelationId] = fixSome.
RefactorOrFixAllState
.CorrelationId;
182
map[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),
72
FixAllLogger.LogState(
RefactorOrFixAllState
, IsInternalProvider(
RefactorOrFixAllState
));
74
var service =
RefactorOrFixAllState
.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>();
76
var fixAllContext = CreateFixAllContext(
RefactorOrFixAllState
, progressTracker, cancellationToken);
86
FixAllLogger.LogState(
RefactorOrFixAllState
, IsInternalProvider(
RefactorOrFixAllState
));
88
var service =
RefactorOrFixAllState
.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>();
90
var fixAllContext = CreateFixAllContext(
RefactorOrFixAllState
, progressTracker, cancellationToken);