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