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