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