4 references to CurrentShift
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerTracking.cs (4)
77
public short Current => GetInt16Value(
CurrentShift
);
83
_data += (uint)1 <<
CurrentShift
;
89
_data += ((uint)1 <<
CurrentShift
) | ((uint)1 << HighWatermarkShift);
96
_data -= (uint)1 <<
CurrentShift
;