1 write to _editorOperationsFactoryService
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
57
_editorOperationsFactoryService
= editorOperationsFactoryService;
2 references to _editorOperationsFactoryService
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\AbstractCommentSelectionBase.cs (2)
128
using (var transaction = new CaretPreservingEditTransaction(title, textView, _undoHistoryRegistry,
_editorOperationsFactoryService
))
146
using var transaction = new CaretPreservingEditTransaction(title, textView, _undoHistoryRegistry,
_editorOperationsFactoryService
);