1 write to _editorOperations
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (1)
61_editorOperations = editorOperationsFactoryService.GetEditorOperations(textView);
6 references to _editorOperations
Microsoft.CodeAnalysis.EditorFeatures (6)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (6)
119using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory, _editorOperations); 216_editorOperations.AddBeforeTextBufferChangePrimitive(); 238_editorOperations.AddAfterTextBufferChangePrimitive(); 260_editorOperations.AddBeforeTextBufferChangePrimitive(); 264_editorOperations.AddAfterTextBufferChangePrimitive(); 291using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory, _editorOperations);