1 write to _editorOperations
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (1)
63_editorOperations = editorOperationsFactoryService.GetEditorOperations(textView);
6 references to _editorOperations
Microsoft.CodeAnalysis.EditorFeatures (6)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (6)
121using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory, _editorOperations); 218_editorOperations.AddBeforeTextBufferChangePrimitive(); 240_editorOperations.AddAfterTextBufferChangePrimitive(); 262_editorOperations.AddBeforeTextBufferChangePrimitive(); 266_editorOperations.AddAfterTextBufferChangePrimitive(); 293using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory, _editorOperations);