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