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