2 references to lastRecordedUserTime
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\AppDomain.Unix.cs (1)
15ulong userTime100Nanoseconds = cpuInfo.lastRecordedUserTime / 100; // nanoseconds to 100-nanoseconds
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
90ulong userTime100Nanoseconds = Math.Min(cpuInfo.lastRecordedUserTime / 100, (ulong)long.MaxValue);