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)
188private protected override AsyncIterator<TSource> Clone() => new AppendPrependNAsyncIterator<TSource>(_source, _prepended, _appended, _prependCount, _appendCount); 221_appendedArray = _appended.ToArray(_appendCount); 241return new AppendPrependNAsyncIterator<TSource>(_source, _prepended, appended, _prependCount, _appendCount + 1); 247return new AppendPrependNAsyncIterator<TSource>(_source, prepended, _appended, _prependCount + 1, _appendCount);