3 writes to _pHandles
System.Private.CoreLib (3)
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (3)
331
_pHandles
= (IntPtr*)Interop.Sys.Calloc((nuint)_capacity, (nuint)sizeof(IntPtr));
394
_pHandles
= pNewHandles;
416
_pHandles
= pNewHandles;
11 references to _pHandles
System.Private.CoreLib (11)
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (11)
303
IntPtr handle =
_pHandles
[_freeIndex];
311
_pHandles
[_freeIndex] = RuntimeImports.RhpHandleAllocDependent(target, dependent);
312
if (
_pHandles
[_freeIndex] == default)
325
if (
_pHandles
== null)
334
return
_pHandles
!= null;
358
IntPtr handle =
_pHandles
[index];
377
if (
_pHandles
[index] != default)
379
RuntimeImports.RhHandleFree(
_pHandles
[index]);
381
_pHandles
[index] = default;
389
IntPtr* pNewHandles = (IntPtr*)Interop.Sys.Realloc(
_pHandles
, (nuint)(newCapacity * sizeof(IntPtr)));
406
IntPtr* pNewHandles = (IntPtr*)Interop.Sys.Realloc(
_pHandles
, (nuint)(newCapacity * sizeof(IntPtr)));