10 references to FixAllState
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);