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