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); 102public short HighWatermark => GetInt16Value(HighWatermarkShift); 104public void ResetHighWatermark() => SetInt16Value(Current, HighWatermarkShift);