2 writes to AsyncEnumeratorIsPendingCompletion
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\IAsyncEnumerableOfTConverter.cs (2)
84state.Current.AsyncEnumeratorIsPendingCompletion = false; 131state.Current.AsyncEnumeratorIsPendingCompletion = true;
1 reference to AsyncEnumeratorIsPendingCompletion
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\IAsyncEnumerableOfTConverter.cs (1)
79if (state.Current.AsyncEnumeratorIsPendingCompletion)