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)
138
private protected override AsyncIterator<TSource> Clone() => new ConcatNAsyncIterator<TSource>(_tail, _head,
_headIndex
);
142
if (
_headIndex
== int.MaxValue - 2)
150
return new ConcatNAsyncIterator<TSource>(this, next,
_headIndex
+ 1);
157
if (index >
_headIndex
)
166
if (index == node.
_headIndex
)