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