1 write to _editorOperationsFactoryService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\EndConstructCommandHandler.vb (1)
45_editorOperationsFactoryService = editorOperationsFactoryService
2 references to _editorOperationsFactoryService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
EndConstructGeneration\EndConstructCommandHandler.vb (2)
92Dim operations = Me._editorOperationsFactoryService.GetEditorOperations(args.TextView) 147Using transaction = New CaretPreservingEditTransaction(VBEditorResources.End_Construct, view, _undoHistoryRegistry, _editorOperationsFactoryService)