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)
301
if (_freeIndex >=
_capacity
)
336
_pHandles = (IntPtr*)Interop.Sys.Calloc((nuint)
_capacity
, (nuint)sizeof(IntPtr));
343
if (_freeIndex <
_capacity
/ 2 &&
_capacity
> DefaultCapacity)
377
int newCapacity =
_capacity
/ 2;
380
for (int index = newCapacity; index <
_capacity
; index++)
407
int newCapacity =
_capacity
* 2;
416
for (int index =
_capacity
; index < newCapacity; index++)