1 write to _editorOperationsFactoryService
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
38
_editorOperationsFactoryService
= editorOperationsFactoryService;
4 references to _editorOperationsFactoryService
Microsoft.CodeAnalysis.EditorFeatures (4)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (4)
78
var operations =
_editorOperationsFactoryService
.GetEditorOperations(args.TextView);
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
);