1 write to _appending
System.Linq.AsyncEnumerable (1)
System\Linq\Append.cs (1)
92
_appending
= appending;
5 references to _appending
System.Linq.AsyncEnumerable (5)
System\Linq\Append.cs (5)
95
private protected override AsyncIterator<TSource> Clone() => new AppendPrepend1AsyncIterator<TSource>(_source, _item,
_appending
);
103
if (!
_appending
)
120
if (
_appending
)
135
if (
_appending
)
147
if (
_appending
)