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