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)
154
private protected override Iterator<TSource> Clone() => new ConcatNIterator<TSource>(_tail,
_head
, _headIndex, _hasOnlyCollections);
185
return node.
_head
;
System\Linq\Concat.SpeedOpt.cs (4)
172
IEnumerable<TSource> source = node.
_head
;
246
ICollection<TSource> source = (ICollection<TSource>)node.
_head
;
338
result = node.
_head
.TryGetLast(out found);
356
if (node.
_head
.Contains(value))