1 write to _headIndex
System.Linq.AsyncEnumerable (1)
System\Linq\Concat.cs (1)
133_headIndex = headIndex;
5 references to _headIndex
System.Linq.AsyncEnumerable (5)
System\Linq\Concat.cs (5)
138private protected override AsyncIterator<TSource> Clone() => new ConcatNAsyncIterator<TSource>(_tail, _head, _headIndex); 142if (_headIndex == int.MaxValue - 2) 150return new ConcatNAsyncIterator<TSource>(this, next, _headIndex + 1); 157if (index > _headIndex) 166if (index == node._headIndex)