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