4 references to InvalidHexCharacterWithinString
System.Text.Json (4)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1412
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidHexCharacterWithinString
, nextByte);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
880
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidHexCharacterWithinString
, nextByte);
1017
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidHexCharacterWithinString
, nextByte);
System\Text\Json\ThrowHelper.cs (1)
479
case ExceptionResource.
InvalidHexCharacterWithinString
: