7 references to ThrowArgumentException_ValueTooLarge
System.Text.Json (7)
System\Text\Json\Writer\JsonWriterHelper.cs (2)
74ThrowHelper.ThrowArgumentException_ValueTooLarge(value.Length); 106ThrowHelper.ThrowArgumentException_ValueTooLarge(value.Length);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Bytes.cs (2)
58ThrowHelper.ThrowArgumentException_ValueTooLarge(bytes.Length); 101ThrowHelper.ThrowArgumentException_ValueTooLarge(bytes.Length);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Raw.cs (3)
110ThrowHelper.ThrowArgumentException_ValueTooLarge(int.MaxValue); 152ThrowHelper.ThrowArgumentException_ValueTooLarge(utf8JsonLen); 200ThrowHelper.ThrowArgumentException_ValueTooLarge(json.Length);