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