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