5 instantiations of 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(
29 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 (2)
Suggestions\FixAll\FixMultipleOccurrencesService.cs (2)
38var fixMultipleState = FixAllState.Create( 56var fixMultipleState = FixAllState.Create(
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (3)
54var fixAllState = fixAllContext.State; 79var fixAllState = fixAllContext.State; 139var fixAllState = fixAllContext.State;
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