3 references to ItemRefUnchecked
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableList_1.Node.cs (3)
198return ref ItemRefUnchecked(index); 206return ref _left.ItemRefUnchecked(index); 211return ref _right.ItemRefUnchecked(index - _left._count - 1);