10 references to CheckAddResult
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (1)
135CheckAddResult(ticks, MinSupportedDateTime, MaxSupportedDateTime);
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (2)
469CheckAddResult(dt.Ticks, MinSupportedDateTime, MaxSupportedDateTime); 492CheckAddResult(dt.Ticks, MinSupportedDateTime, MaxSupportedDateTime);
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
168CheckAddResult(ticks, MinSupportedDateTime, MaxSupportedDateTime);
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendarHelper.cs (1)
239Calendar.CheckAddResult(ticks, m_Cal.MinSupportedDateTime, m_Cal.MaxSupportedDateTime);
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (1)
601CheckAddResult(ticks, MinSupportedDateTime, MaxSupportedDateTime);
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (1)
300CheckAddResult(ticks, MinSupportedDateTime, MaxSupportedDateTime);
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
213CheckAddResult(ticks, MinSupportedDateTime, MaxSupportedDateTime);
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (1)
249CheckAddResult(ticks, MinSupportedDateTime, MaxSupportedDateTime);
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
448CheckAddResult(dt.Ticks, MinSupportedDateTime, MaxSupportedDateTime);