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