3 references to HighWatermarkShift
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerTracking.cs (3)
89
_data += ((uint)1 << CurrentShift) | ((uint)1 <<
HighWatermarkShift
);
102
public short HighWatermark => GetInt16Value(
HighWatermarkShift
);
104
public void ResetHighWatermark() => SetInt16Value(Current,
HighWatermarkShift
);