1 write to nextCompletedWorkRequestsTime
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
427_separated.nextCompletedWorkRequestsTime = currentTicks + _threadAdjustmentIntervalMs;
1 reference to nextCompletedWorkRequestsTime
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
455uint requiredInterval = (uint)(_separated.nextCompletedWorkRequestsTime - priorTime);