2 writes to _racingUnblocks
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (2)
306_racingUnblocks--; 416_racingUnblocks++;
3 references to _racingUnblocks
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (3)
302if (_racingUnblocks != 0) 305Debug.Assert(_racingUnblocks > 0); 417Debug.Assert(_racingUnblocks != ushort.MaxValue);