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)
171
Using transaction = New CaretPreservingEditTransaction(VBEditorResources.End_Construct, textView, _undoHistoryRegistry,
_editorOperationsFactoryService
)
193
_editorOperationsFactoryService
.GetEditorOperations(textView).ReplaceSelection("")
295
result.Apply(textView, subjectBuffer, state.CaretPosition, _smartIndentationService, _undoHistoryRegistry,
_editorOperationsFactoryService
)
313
_editorOperationsFactoryService
.GetEditorOperations(textView).InsertNewLine()