3 writes to _capacity
System.Private.CoreLib (3)
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (3)
332_capacity = DefaultCapacity; 400_capacity = newCapacity; 422_capacity = newCapacity;
8 references to _capacity
System.Private.CoreLib (8)
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (8)
301if (_freeIndex >= _capacity) 336_pHandles = (IntPtr*)Interop.Sys.Calloc((nuint)_capacity, (nuint)sizeof(IntPtr)); 343if (_freeIndex < _capacity / 2 && _capacity > DefaultCapacity) 377int newCapacity = _capacity / 2; 380for (int index = newCapacity; index < _capacity; index++) 407int newCapacity = _capacity * 2; 416for (int index = _capacity; index < newCapacity; index++)