6 references to Current
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerTracking.cs (6)
49
if (countsBeforeUpdate == counts || countsBeforeUpdate.HighWatermark == countsBeforeUpdate.
Current
)
81
if (
Current
< HighWatermark)
87
Debug.Assert(
Current
== HighWatermark);
88
Debug.Assert(
Current
!= short.MaxValue);
95
Debug.Assert(
Current
> 0);
104
public void ResetHighWatermark() => SetInt16Value(
Current
, HighWatermarkShift);