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