1 write to _editorOperationsFactoryService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
49
_editorOperationsFactoryService
= editorOperationsFactoryService;
1 reference to _editorOperationsFactoryService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
76
var editorOperations =
_editorOperationsFactoryService
.GetEditorOperations(textView);