4 writes to _threshold
System.Runtime.InteropServices (4)
System\Runtime\InteropServices\HandleCollector.cs (4)
41
_threshold
= initialThreshold;
67
_threshold
= _handleCount + (_handleCount / DeltaPercent);
106
_threshold
= newThreshold;
110
_threshold
= InitialThreshold;
3 references to _threshold
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\HandleCollector.cs (3)
63
if (_handleCount >
_threshold
)
100
if (newThreshold < (
_threshold
-
_threshold
/ DeltaPercent))