3 references to DeltaPercent
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\HandleCollector.cs (3)
67
_threshold = _handleCount + (_handleCount /
DeltaPercent
);
99
int newThreshold = _handleCount + _handleCount /
DeltaPercent
;
100
if (newThreshold < (_threshold - _threshold /
DeltaPercent
))