3 references to ItemRefUnchecked
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableList_1.Node.cs (3)
178return ref ItemRefUnchecked(index); 186return ref _left.ItemRefUnchecked(index); 191return ref _right.ItemRefUnchecked(index - _left._count - 1);