3 references to ItemRefUnchecked
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (3)
232return ref ItemRefUnchecked(index); 241return ref _left.ItemRefUnchecked(index); 246return ref _right.ItemRefUnchecked(index - _left._count - 1);