4 references to HighWatermark
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerTracking.cs (4)
49if (countsBeforeUpdate == counts || countsBeforeUpdate.HighWatermark == countsBeforeUpdate.Current) 51return countsBeforeUpdate.HighWatermark; 81if (Current < HighWatermark) 87Debug.Assert(Current == HighWatermark);