1 write to _oldPosition
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\BeforeCommitCaretMoveUndoPrimitive.vb (1)
22
_oldPosition
= oldLocation.VirtualBufferPosition.Position
1 reference to _oldPosition
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\BeforeCommitCaretMoveUndoPrimitive.vb (1)
48
view.Caret.MoveTo(New VirtualSnapshotPoint(New SnapshotPoint(view.TextSnapshot,
_oldPosition
), _oldVirtualSpaces))