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