1 reference to _textUndoHistoryRegistry
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CompleteStatement\CompleteStatementCommandHandler.cs (1)
83
using var transaction = CaretPreservingEditTransaction.TryCreate(CSharpEditorResources.Complete_statement_on_semicolon, args.TextView,
_textUndoHistoryRegistry
, _editorOperationsFactoryService);