3 writes to _handleCount
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\HandleCollector.cs (3)
42_handleCount = 0; 57Interlocked.Increment(ref _handleCount); 93Interlocked.Decrement(ref _handleCount);
8 references to _handleCount
System.Runtime.InteropServices (8)
System\Runtime\InteropServices\HandleCollector.cs (8)
46public int Count => _handleCount; 58if (_handleCount < 0) 63if (_handleCount > _threshold) 67_threshold = _handleCount + (_handleCount / DeltaPercent); 94if (_handleCount < 0) 99int newThreshold = _handleCount + _handleCount / DeltaPercent;