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)
862
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterAfterEscapeWithinString
, currentByte);
999
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterAfterEscapeWithinString
, currentByte);
System\Text\Json\ThrowHelper.cs (1)
476
case ExceptionResource.
InvalidCharacterAfterEscapeWithinString
: