1 instantiation of SolutionChangeAction
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
733=> new(title, createChangedSolution, equivalenceKey, priority, createdFromFactoryMethod: true);
2 references to SolutionChangeAction
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (2)
555return SolutionChangeAction.New(title, createChangedSolution, equivalenceKey, priority); 728public static SolutionChangeAction New(