3 writes to handleCount
WindowsBase (3)
Shared\MS\Win32\HandleCollector.cs (3)
111
handleCount
++;
176
handleCount
--;
178
handleCount
= Math.Max(0, handleCount);
5 references to handleCount
WindowsBase (5)
Shared\MS\Win32\HandleCollector.cs (5)
147
if (
handleCount
> threshHold) {
148
threshHold =
handleCount
+ ((
handleCount
* deltaPercent) / 100);
161
if (oldThreshHold >= initialThreshHold &&
handleCount
< (int)(oldThreshHold * .9F)) {
178
handleCount = Math.Max(0,
handleCount
);