2 references to FixAllState
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (2)
324
if (collection.
FixAllState
is not null && collection.SupportedScopes.Contains(FixAllScope.Document))
353
new FixAllContext(fixCollection.
FixAllState
!, progressTracker, cancellationToken)).ConfigureAwait(false);