2 references to MicrosecondsPerDay
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (2)
294long totalMicroseconds = (days * MicrosecondsPerDay) 473Int128 totalMicroseconds = Math.BigMul(days, MicrosecondsPerDay)