2 writes to _addressOfFirstCellSlot
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\GenericDictionary.cs (2)
51_addressOfFirstCellSlot = MemoryHelpers.AllocateMemory(checked((int)(_cells.Length * IntPtr.Size))); 77_addressOfFirstCellSlot = (byte*)dictionaryWithHeader + IntPtr.Size;
6 references to _addressOfFirstCellSlot
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\GenericDictionary.cs (6)
28Debug.Assert(_cells.Length == 0 || _addressOfFirstCellSlot != null); 30IntPtr* realCells = (IntPtr*)_addressOfFirstCellSlot; 46Debug.Assert(_addressOfFirstCellSlot == null); 54return (IntPtr)_addressOfFirstCellSlot; 66Debug.Assert(_addressOfFirstCellSlot == null); 79return (IntPtr)_addressOfFirstCellSlot;