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