5 references to PreviousBranch
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (5)
207while (!node.IsEmpty && skipNodes != this.PreviousBranch(node)!.Count) 209if (skipNodes < this.PreviousBranch(node)!.Count) 212node = this.PreviousBranch(node)!; 216skipNodes -= this.PreviousBranch(node)!.Count + 1; 280node = this.PreviousBranch(node)!;