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)
873
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidHexCharacterWithinString
, nextByte);
1010
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidHexCharacterWithinString
, nextByte);
System\Text\Json\ThrowHelper.cs (1)
464
case ExceptionResource.
InvalidHexCharacterWithinString
: