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)
121
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);
218
_editorOperations
.AddBeforeTextBufferChangePrimitive();
240
_editorOperations
.AddAfterTextBufferChangePrimitive();
262
_editorOperations
.AddBeforeTextBufferChangePrimitive();
266
_editorOperations
.AddAfterTextBufferChangePrimitive();
293
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);