3 references to SignalCountShift
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (3)
487
get => GetUInt16Value(
SignalCountShift
);
492
var countsAfterUpdate = new Counts(Interlocked.Add(ref _data, 1ul <<
SignalCountShift
));
500
_data -= (ulong)1 <<
SignalCountShift
;