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