5 writes to _pendingBlockingAdjustment
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (4)
53_pendingBlockingAdjustment = PendingBlockingAdjustment.WithDelayIfNecessary; 85_pendingBlockingAdjustment = PendingBlockingAdjustment.Immediately; 125_pendingBlockingAdjustment = PendingBlockingAdjustment.None; 248_pendingBlockingAdjustment = PendingBlockingAdjustment.WithDelayIfNecessary;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
219_pendingBlockingAdjustment = PendingBlockingAdjustment.Immediately;
11 references to _pendingBlockingAdjustment
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (4)
46if (_pendingBlockingAdjustment != PendingBlockingAdjustment.WithDelayIfNecessary && 49if (_pendingBlockingAdjustment == PendingBlockingAdjustment.None) 80if (_pendingBlockingAdjustment != PendingBlockingAdjustment.Immediately && 123Debug.Assert(_pendingBlockingAdjustment != PendingBlockingAdjustment.None);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (3)
217if (_pendingBlockingAdjustment != PendingBlockingAdjustment.Immediately) 392_pendingBlockingAdjustment != PendingBlockingAdjustment.None) 477return _pendingBlockingAdjustment == PendingBlockingAdjustment.None;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (4)
76PendingBlockingAdjustment pendingBlockingAdjustment = threadPoolInstance._pendingBlockingAdjustment; 125threadPoolInstance._pendingBlockingAdjustment == PendingBlockingAdjustment.None && 134threadPoolInstance._pendingBlockingAdjustment == PendingBlockingAdjustment.None && 191threadPoolInstance._pendingBlockingAdjustment == PendingBlockingAdjustment.None &&