3 references to MicrosecondsPerHour
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (3)
301
+ (hours *
MicrosecondsPerHour
)
480
+ Math.BigMul(hours,
MicrosecondsPerHour
)
515
Int128 totalMicroseconds = Math.BigMul(hours,
MicrosecondsPerHour
)