2 writes to _appendedIndex
System.Linq.AsyncEnumerable (2)
System\Linq\Append.cs (2)
222
_appendedIndex
= 0;
228
_current = _appendedArray[
_appendedIndex
++];
1 reference to _appendedIndex
System.Linq.AsyncEnumerable (1)
System\Linq\Append.cs (1)
226
if (
_appendedIndex
< _appendedArray!.Length)