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