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)
154
private protected override Iterator<TSource> Clone() => new ConcatNIterator<TSource>(_tail,
_head
, _headIndex, _hasOnlyCollections);
185
return node.
_head
;
System\Linq\Concat.SpeedOpt.cs (3)
168
IEnumerable<TSource> source = node.
_head
;
242
ICollection<TSource> source = (ICollection<TSource>)node.
_head
;
334
result = node.
_head
.TryGetLast(out found);