1 write to _newPosition
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\AfterCommitCaretMoveUndoPrimitive.vb (1)
20
_newPosition
= position.VirtualBufferPosition.Position
1 reference to _newPosition
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\AfterCommitCaretMoveUndoPrimitive.vb (1)
28
view.Caret.MoveTo(New VirtualSnapshotPoint(New SnapshotPoint(view.TextSnapshot,
_newPosition
), _newVirtualSpaces))