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