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)
154private protected override Iterator<TSource> Clone() => new ConcatNIterator<TSource>(_tail, _head, _headIndex, _hasOnlyCollections); 158if (_headIndex == int.MaxValue - 2) 167return new ConcatNIterator<TSource>(this, next, _headIndex + 1, hasOnlyCollections); 174if (index > _headIndex) 183if (index == node._headIndex)