3 references to WaiterCountIncrement
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Lock.cs (3)
1018
public bool HasAnyWaiters => _state >=
WaiterCountIncrement
;
1022
uint newState = _state +
WaiterCountIncrement
;
1034
_state -=
WaiterCountIncrement
;