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)
296
if (_freeIndex >=
_capacity
)
331
_pHandles = (IntPtr*)Interop.Sys.Calloc((nuint)
_capacity
, (nuint)sizeof(IntPtr));
338
if (_freeIndex <
_capacity
/ 2 &&
_capacity
> DefaultCapacity)
372
int newCapacity =
_capacity
/ 2;
375
for (int index = newCapacity; index <
_capacity
; index++)
402
int newCapacity =
_capacity
* 2;
411
for (int index =
_capacity
; index < newCapacity; index++)