4 types derived from SolutionChangeAction
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.cs (1)
267: CodeAction.SolutionChangeAction(
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.FixAllProvider.cs (1)
56: CodeAction.SolutionChangeAction(
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.GlobalSuppressMessageFixAllCodeAction.cs (1)
58string equivalenceKey) : SolutionChangeAction(title, createChangedSolution, equivalenceKey, CodeActionPriority.Default, CodeActionCleanup.Default)
src\roslyn\src\Analyzers\Core\CodeFixes\UpgradeProject\AbstractUpgradeProjectCodeFixProvider.cs (1)
122internal sealed class ProjectOptionsChangeAction : SolutionChangeAction
1 instantiation of SolutionChangeAction
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
732=> new(title, createChangedSolution, equivalenceKey, priority, cleanup, createdFromFactoryMethod: true);
8 references to SolutionChangeAction
Microsoft.CodeAnalysis.Features (6)
AddImport\CodeActions\InstallPackageAndAddImportCodeAction.cs (1)
53var solutionChangeAction = SolutionChangeAction.Create("", GetUpdatedSolutionAsync, "");
CodeFixes\Configuration\ConfigureCodeStyle\ConfigureCodeStyleOptionCodeFixProvider.cs (1)
149SolutionChangeAction.Create(
CodeFixes\Configuration\ConfigureSeverity\ConfigureSeverityLevelCodeFixProvider.cs (2)
64SolutionChangeAction.Create( 105SolutionChangeAction.Create(
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (1)
219return CodeAction.SolutionChangeAction.Create(title, _ => Task.FromResult(newSolution), title);
PullMemberUp\MembersPuller.cs (1)
53return SolutionChangeAction.Create(
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (2)
548return SolutionChangeAction.New(title, createChangedSolution, equivalenceKey, priority, cleanup); 726public static SolutionChangeAction New(