2 references to ReadToEndAsync
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
208ArraySegment<byte> drained = await ReadToEndAsync(utf8Json, cancellationToken).ConfigureAwait(false); 228ArraySegment<byte> drained = await ReadToEndAsync(utf8Json, cancellationToken).ConfigureAwait(false);