3 references to DateToTicks
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (3)
217
_dateData =
DateToTicks
(year, month, day);
316
ulong ticks =
DateToTicks
(year, month, day);
339
ulong ticks =
DateToTicks
(year, month, day) | ((ulong)(uint)kind << KindShift);