1 write to _textBufferAssociatedViewService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitViewManager.vb (1)
29
_textBufferAssociatedViewService
= textBufferAssociatedViewService
2 references to _textBufferAssociatedViewService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
LineCommit\CommitViewManager.vb (2)
85
Dim beforeUndoPrimitive As New BeforeCommitCaretMoveUndoPrimitive(buffer,
_textBufferAssociatedViewService
, e.OldPosition)
98
transaction.AddUndo(New AfterCommitCaretMoveUndoPrimitive(buffer,
_textBufferAssociatedViewService
, _view.Caret.Position))