4 references to FixAllState
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (2)
327if (collection.FixAllState is not null && collection.SupportedScopes.Contains(FixAllScope.Document)) 361new FixAllContext(fixCollection.FixAllState!, progressTracker, cancellationToken)).ConfigureAwait(false);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
184new FixAllContext(fixCollection.FixAllState!, progressTracker, cancellationToken)).ConfigureAwait(false);
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
122codeAction, fixCount, fixCollection.FixAllState,