1 write to lastDispatchTime
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
370_separated.lastDispatchTime = currentTickCount;
1 reference to lastDispatchTime
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
211uint delay = (uint)(Environment.TickCount - threadPoolInstance._separated.lastDispatchTime);