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