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