2 references to GetJsonReaderException
System.Text.Json (2)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
668
return ThrowHelper.
GetJsonReaderException
(ref this, resource, nextByte: default, bytes: span);
System\Text\Json\ThrowHelper.cs (1)
357
throw
GetJsonReaderException
(ref json, resource, nextByte, bytes);