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