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