3 writes to _capacity
System.Private.CoreLib (3)
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (3)
327_capacity = DefaultCapacity; 395_capacity = newCapacity; 417_capacity = newCapacity;
8 references to _capacity
System.Private.CoreLib (8)
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (8)
296if (_freeIndex >= _capacity) 331_pHandles = (IntPtr*)Interop.Sys.Calloc((nuint)_capacity, (nuint)sizeof(IntPtr)); 338if (_freeIndex < _capacity / 2 && _capacity > DefaultCapacity) 372int newCapacity = _capacity / 2; 375for (int index = newCapacity; index < _capacity; index++) 402int newCapacity = _capacity * 2; 411for (int index = _capacity; index < newCapacity; index++)