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