2 writes to SelectionAnchorPoint
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
73
SelectionAnchorPoint
= currentState.SelectionAnchorPoint,
99
SelectionAnchorPoint
= selection.IsReversed ? end : start,
2 references to SelectionAnchorPoint
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
73
SelectionAnchorPoint = currentState.
SelectionAnchorPoint
,
129
var anchor = new VirtualSnapshotPoint(snapshot, this.currentState.
SelectionAnchorPoint
+ activeRenameSpan.GetStartPoint(snapshot));