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