1 write to _undoRegistry
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
37
_undoRegistry
= undoRegistry;
3 references to _undoRegistry
Microsoft.CodeAnalysis.EditorFeatures (3)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (3)
134
using var transaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender,
_undoRegistry
, _editorOperationsFactoryService);
145
using var transaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender,
_undoRegistry
, _editorOperationsFactoryService);
154
using var editTransaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.Automatic_Line_Ender,
_undoRegistry
, _editorOperationsFactoryService);