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