1 write to _head
System.Linq (1)
System\Linq\Concat.cs (1)
147_head = head;
6 references to _head
System.Linq (6)
System\Linq\Concat.cs (2)
154private protected override Iterator<TSource> Clone() => new ConcatNIterator<TSource>(_tail, _head, _headIndex, _hasOnlyCollections); 185return node._head;
System\Linq\Concat.SpeedOpt.cs (4)
172IEnumerable<TSource> source = node._head; 246ICollection<TSource> source = (ICollection<TSource>)node._head; 338result = node._head.TryGetLast(out found); 356if (node._head.Contains(value))