1 write to initialThreshHold
WindowsBase (1)
Shared\MS\Win32\HandleCollector.cs (1)
99this.initialThreshHold = initialThreshHold;
1 reference to initialThreshHold
WindowsBase (1)
Shared\MS\Win32\HandleCollector.cs (1)
161if (oldThreshHold >= initialThreshHold && handleCount < (int)(oldThreshHold * .9F)) {