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