4 references to InvalidCharacterWithinString
System.Text.Json (4)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1379
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterWithinString
, currentByte);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
909
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterWithinString
, currentByte);
1051
ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.
InvalidCharacterWithinString
, currentByte);
System\Text\Json\ThrowHelper.cs (1)
452
case ExceptionResource.
InvalidCharacterWithinString
: