6 references to _editorOperations
Microsoft.CodeAnalysis.EditorFeatures (6)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (6)
130
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);
237
_editorOperations
.AddBeforeTextBufferChangePrimitive();
259
_editorOperations
.AddAfterTextBufferChangePrimitive();
281
_editorOperations
.AddBeforeTextBufferChangePrimitive();
285
_editorOperations
.AddAfterTextBufferChangePrimitive();
323
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);