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