1 reference to ThrowOutOfRange
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendarHelper.cs (1)
175
if (ticks < _minSupportedTicks || ticks > _maxSupportedTicks)
ThrowOutOfRange
();