1 write to _undoHistoryRegistry
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (1)
44
_undoHistoryRegistry
= undoHistoryRegistry
2 references to _undoHistoryRegistry
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (2)
171
Using transaction = New CaretPreservingEditTransaction(VBEditorResources.End_Construct, textView,
_undoHistoryRegistry
, _editorOperationsFactoryService)
295
result.Apply(textView, subjectBuffer, state.CaretPosition, _smartIndentationService,
_undoHistoryRegistry
, _editorOperationsFactoryService)