1 write to _undoRegistry
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
36
_undoRegistry
= undoRegistry;
3 references to _undoRegistry
Microsoft.CodeAnalysis.EditorFeatures (3)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (3)
133
using var transaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender,
_undoRegistry
, _editorOperationsFactoryService);
144
using var transaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender,
_undoRegistry
, _editorOperationsFactoryService);
153
using var editTransaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender,
_undoRegistry
, _editorOperationsFactoryService);