1 write to _editorOperationsFactoryService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (1)
45_editorOperationsFactoryService = editorOperationsFactoryService
4 references to _editorOperationsFactoryService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (4)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (4)
171Using transaction = New CaretPreservingEditTransaction(VBEditorResources.End_Construct, textView, _undoHistoryRegistry, _editorOperationsFactoryService) 193_editorOperationsFactoryService.GetEditorOperations(textView).ReplaceSelection("") 295result.Apply(textView, subjectBuffer, state.CaretPosition, _smartIndentationService, _undoHistoryRegistry, _editorOperationsFactoryService) 313_editorOperationsFactoryService.GetEditorOperations(textView).InsertNewLine()