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)
63if (_handleCount > _threshold) 100if (newThreshold < (_threshold - _threshold / DeltaPercent))