1 instantiation of DocumentChangeAction
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
687
=>
new
(title, createChangedDocument, equivalenceKey, priority, createdFromFactoryMethod: true);
2 references to DocumentChangeAction
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (2)
521
return
DocumentChangeAction
.New(title, createChangedDocument, equivalenceKey, priority);
682
public static
DocumentChangeAction
New(