4 references to HasWaitersToWake
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (4)
163if (!HasWaitersToWake(counts)) 175Debug.Assert(HasWaitersToWake(counts)); 190if (!HasWaitersToWake(countsBeforeUpdate)) 197while (HasWaitersToWake(counts));