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)
97get { return _tail == null; } 166Debug.Assert(_tail != null); 167return _tail;