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