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)
119
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);
216
_editorOperations
.AddBeforeTextBufferChangePrimitive();
238
_editorOperations
.AddAfterTextBufferChangePrimitive();
260
_editorOperations
.AddBeforeTextBufferChangePrimitive();
264
_editorOperations
.AddAfterTextBufferChangePrimitive();
291
using var caretPreservingTransaction = new CaretPreservingEditTransaction(EditorFeaturesResources.Brace_Completion, _undoHistory,
_editorOperations
);