1 write to _editorOperationsFactoryService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractivePasteCommandHandler.cs (1)
65
_editorOperationsFactoryService
= editorOperationsFactoryService;
1 reference to _editorOperationsFactoryService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractivePasteCommandHandler.cs (1)
91
var editorOperations =
_editorOperationsFactoryService
.GetEditorOperations(textView);