6 references to WaiterCount
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (6)
159
counts.
WaiterCount
> 0;
241
Debug.Assert(counts.
WaiterCount
!= 0);
510
Debug.Assert(
WaiterCount
!= 0);
517
Debug.Assert(
WaiterCount
!= 0);
523
Debug.Assert(countsAfterUpdate.
WaiterCount
!= ushort.MaxValue); // underflow check
529
Debug.Assert(countsAfterUpdate.
WaiterCount
!= ushort.MaxValue); // overflow check