1 write to FixAllState
Microsoft.CodeAnalysis.Features (1)
CodeFixes\CodeFixCollection.cs (1)
40
FixAllState
= fixAllState;
4 references to FixAllState
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
188
new FixAllContext(fixCollection.
FixAllState
, progressTracker, cancellationToken)).ConfigureAwait(false);
Features\CodeFixes\CodeFixService.cs (2)
276
if (collection.
FixAllState
is not null && collection.SupportedScopes.Contains(FixAllScope.Document))
314
new FixAllContext(fixCollection.
FixAllState
, progressTracker, cancellationToken)).ConfigureAwait(false);
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
126
codeAction, fixCount, fixCollection.
FixAllState
,