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