1 write to _editorOperationsFactoryService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (1)
46
_editorOperationsFactoryService
= editorOperationsFactoryService
4 references to _editorOperationsFactoryService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (4)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (4)
173
Using transaction = New CaretPreservingEditTransaction(VBEditorResources.End_Construct, textView, _undoHistoryRegistry,
_editorOperationsFactoryService
)
195
_editorOperationsFactoryService
.GetEditorOperations(textView).ReplaceSelection("")
300
result.Apply(textView, subjectBuffer, state.CaretPosition, _smartIndentationService, _undoHistoryRegistry,
_editorOperationsFactoryService
)
318
_editorOperationsFactoryService
.GetEditorOperations(textView).InsertNewLine()