1 type derived from DocumentChangeAction
Microsoft.CodeAnalysis.Features (1)
Wrapping\WrapItemsAction.cs (1)
23internal class WrapItemsAction : DocumentChangeAction
1 instantiation of DocumentChangeAction
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
580=> new(title, createChangedDocument, equivalenceKey, priority, createdFromFactoryMethod: true);
4 references to DocumentChangeAction
Microsoft.CodeAnalysis.Features (1)
FormattingCodeFixProvider.cs (1)
51CodeAction.DocumentChangeAction.Create(
Microsoft.CodeAnalysis.Workspaces (3)
CodeActions\CodeAction.cs (3)
406return DocumentChangeAction.Create(title, createChangedDocument, equivalenceKey); 454=> DocumentChangeAction.Create( 575public static DocumentChangeAction Create(