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