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