12 references to FixAllState
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActions\SuggestedAction.cs (2)
196
map[FixAllLogger.CorrelationId] = fixSome.
FixAllState
.CorrelationId;
197
map[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),
55
FixAllLogger.LogState(
FixAllState
, IsInternalProvider(
FixAllState
));
57
var service =
FixAllState
.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>();
59
var fixAllContext = CreateFixAllContext(
FixAllState
, progressTracker, cancellationToken);
69
FixAllLogger.LogState(
FixAllState
, IsInternalProvider(
FixAllState
));
71
var service =
FixAllState
.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>();
73
var fixAllContext = CreateFixAllContext(
FixAllState
, progressTracker, cancellationToken);