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)
211
uint delay = (uint)(Environment.TickCount - threadPoolInstance._separated.
lastDispatchTime
);