6 references to _editorOperations
Microsoft.CodeAnalysis.EditorFeatures (6)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (6)
111
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);
208
_editorOperations
.AddBeforeTextBufferChangePrimitive();
230
_editorOperations
.AddAfterTextBufferChangePrimitive();
252
_editorOperations
.AddBeforeTextBufferChangePrimitive();
256
_editorOperations
.AddAfterTextBufferChangePrimitive();
283
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);