1 write to _headIndex
System.Linq (1)
System\Linq\Concat.cs (1)
148
_headIndex
= headIndex;
5 references to _headIndex
System.Linq (5)
System\Linq\Concat.cs (5)
154
private protected override Iterator<TSource> Clone() => new ConcatNIterator<TSource>(_tail, _head,
_headIndex
, _hasOnlyCollections);
158
if (
_headIndex
== int.MaxValue - 2)
167
return new ConcatNIterator<TSource>(this, next,
_headIndex
+ 1, hasOnlyCollections);
174
if (index >
_headIndex
)
183
if (index == node.
_headIndex
)