4 references to InvalidCharacterAfterEscapeWithinString
System.Text.Json (4)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1356
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterAfterEscapeWithinString
, currentByte);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
855
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterAfterEscapeWithinString
, currentByte);
992
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterAfterEscapeWithinString
, currentByte);
System\Text\Json\ThrowHelper.cs (1)
455
case ExceptionResource.
InvalidCharacterAfterEscapeWithinString
: