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)
175
if (ticks < _minSupportedTicks || ticks >
_maxSupportedTicks
) ThrowOutOfRange();