8 instantiations of FixAllState
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
CodeActions\OmniSharpCodeFixContextFactory.cs (1)
42=> new(new FixAllState(
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (1)
793fixAllState = new FixAllState(
SyncNamespaces\AbstractSyncNamespacesService.cs (1)
122new FixAllState(
Microsoft.CodeAnalysis.Workspaces (5)
CodeFixes\FixAllOccurrences\FixAllContext.cs (2)
155: this(new FixAllState( 190: this(new FixAllState(
CodeFixes\FixAllOccurrences\FixAllState.cs (3)
49=> new( 72return new FixAllState( 93return new FixAllState(
46 references to FixAllState
GenerateDocumentationAndConfigFiles (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
107/// the <see cref="FixAllState"/> in case that would be useful (for example if the <see 123/// if information from <see cref="FixAllState"/> is needed (for example <see
Microsoft.CodeAnalysis.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
107/// the <see cref="FixAllState"/> in case that would be useful (for example if the <see 123/// if information from <see cref="FixAllState"/> is needed (for example <see
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
107/// the <see cref="FixAllState"/> in case that would be useful (for example if the <see 123/// if information from <see cref="FixAllState"/> is needed (for example <see
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
107/// the <see cref="FixAllState"/> in case that would be useful (for example if the <see 123/// if information from <see cref="FixAllState"/> is needed (for example <see
Microsoft.CodeAnalysis.EditorFeatures (5)
Suggestions\FixAll\FixMultipleOccurrencesService.cs (5)
38var fixMultipleState = FixAllState.Create( 56var fixMultipleState = FixAllState.Create( 64FixAllState fixAllState,
Microsoft.CodeAnalysis.Features (16)
CodeFixes\CodeFixCollection.cs (2)
18FixAllState? fixAllState, 29public FixAllState? FixAllState { get; } = fixAllState;
CodeFixes\FixAllOccurrences\AbstractFixAllCodeFixCodeAction.cs (1)
28=> new FixAllContext((FixAllState)fixAllState, progressTracker, cancellationToken);
CodeFixes\Service\CodeFixService.cs (1)
779FixAllState? fixAllState = null;
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (7)
54var fixAllState = fixAllContext.State; 79var fixAllState = fixAllContext.State; 114FixAllState fixAllState, CancellationToken cancellationToken) 139var fixAllState = fixAllContext.State; 176FixAllState fixAllState, 202FixAllState fixAllState, CancellationToken cancellationToken) 209FixAllState fixAllState, IProgress<CodeAnalysisProgress> progressTracker, CancellationToken cancellationToken)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.PragmaBatchFixHelpers.cs (1)
31FixAllState fixAllState,
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.PragmaWarningBatchFixAllProvider.cs (1)
29FixAllState fixAllState, CancellationToken cancellationToken)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.BatchFixer.cs (3)
37FixAllState fixAllState, CancellationToken cancellationToken) 87FixAllState fixAllState, CancellationToken cancellationToken) 107FixAllState fixAllState,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeActions\FixAllCodeAction.cs (1)
25=> new FixAllContext((FixAllState)fixAllState, progressTracker, cancellationToken);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
107/// the <see cref="FixAllState"/> in case that would be useful (for example if the <see 123/// if information from <see cref="FixAllState"/> is needed (for example <see
Microsoft.CodeAnalysis.Workspaces (10)
CodeFixes\FixAllOccurrences\FixAllContext.cs (3)
22internal FixAllState State { get; } 210FixAllState state, 336var newState = State.With(documentAndProject, scope, codeActionEquivalenceKey);
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
52if (fixAllContext.State.DiagnosticProvider is FixAllState.FixMultipleDiagnosticProvider fixMultipleDiagnosticProvider)
CodeFixes\FixAllOccurrences\FixAllState.cs (4)
15internal sealed partial class FixAllState : CommonFixAllState<CodeFixProvider, FixAllProvider, FixAllState> 48protected override FixAllState With(Document? document, Project project, FixAllScope scope, string? codeActionEquivalenceKey) 62internal static FixAllState Create( 84internal static FixAllState Create(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
107/// the <see cref="FixAllState"/> in case that would be useful (for example if the <see 123/// if information from <see cref="FixAllState"/> is needed (for example <see
Roslyn.Diagnostics.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
107/// the <see cref="FixAllState"/> in case that would be useful (for example if the <see 123/// if information from <see cref="FixAllState"/> is needed (for example <see
Text.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (2)
107/// the <see cref="FixAllState"/> in case that would be useful (for example if the <see 123/// if information from <see cref="FixAllState"/> is needed (for example <see