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