4 references to WithDelayIfNecessary
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (3)
46
if (_pendingBlockingAdjustment != PendingBlockingAdjustment.
WithDelayIfNecessary
&&
53
_pendingBlockingAdjustment = PendingBlockingAdjustment.
WithDelayIfNecessary
;
247
_pendingBlockingAdjustment = PendingBlockingAdjustment.
WithDelayIfNecessary
;
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
88
if (pendingBlockingAdjustment == PendingBlockingAdjustment.
WithDelayIfNecessary
&&