1 write to _appendCount
System.Linq.AsyncEnumerable (1)
System\Linq\Append.cs (1)
185
_appendCount
= appendCount;
4 references to _appendCount
System.Linq.AsyncEnumerable (4)
System\Linq\Append.cs (4)
188
private protected override AsyncIterator<TSource> Clone() => new AppendPrependNAsyncIterator<TSource>(_source, _prepended, _appended, _prependCount,
_appendCount
);
221
_appendedArray = _appended.ToArray(
_appendCount
);
241
return new AppendPrependNAsyncIterator<TSource>(_source, _prepended, appended, _prependCount,
_appendCount
+ 1);
247
return new AppendPrependNAsyncIterator<TSource>(_source, prepended, _appended, _prependCount + 1,
_appendCount
);