1 write to _tail
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableStack_1.cs (1)
57
_tail
= tail;
3 references to _tail
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableStack_1.cs (3)
97
get { return
_tail
== null; }
166
Debug.Assert(
_tail
!= null);
167
return
_tail
;