3 writes to threshHold
WindowsBase (3)
Shared\MS\Win32\HandleCollector.cs (3)
100
this.
threshHold
= initialThreshHold;
148
threshHold
= handleCount + ((handleCount * deltaPercent) / 100);
165
threshHold
= oldThreshHold;
2 references to threshHold
WindowsBase (2)
Shared\MS\Win32\HandleCollector.cs (2)
147
if (handleCount >
threshHold
) {
160
int oldThreshHold = (100 *
threshHold
) / (100 + deltaPercent);