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)
92
Dim operations = Me.
_editorOperationsFactoryService
.GetEditorOperations(args.TextView)
147
Using transaction = New CaretPreservingEditTransaction(VBEditorResources.End_Construct, view, _undoHistoryRegistry,
_editorOperationsFactoryService
)