6 references to _editorOperations
Microsoft.CodeAnalysis.EditorFeatures (6)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (6)
131
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);
238
_editorOperations
.AddBeforeTextBufferChangePrimitive();
260
_editorOperations
.AddAfterTextBufferChangePrimitive();
282
_editorOperations
.AddBeforeTextBufferChangePrimitive();
286
_editorOperations
.AddAfterTextBufferChangePrimitive();
324
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);