1 write to _head
System.Linq (1)
System\Linq\Concat.cs (1)
147_head = head;
5 references to _head
System.Linq (5)
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 (3)
168IEnumerable<TSource> source = node._head; 242ICollection<TSource> source = (ICollection<TSource>)node._head; 334result = node._head.TryGetLast(out found);