1 write to _cells
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionary.cs (1)
21_cells = cells;
6 references to _cells
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\GenericDictionary.cs (6)
28Debug.Assert(_cells.Length == 0 || _addressOfFirstCellSlot != null); 31for (int i = 0; i < _cells.Length; i++) 33_cells[i].WriteCellIntoDictionary(typeBuilder, realCells, i); 48if (_cells.Length > 0) 51_addressOfFirstCellSlot = MemoryHelpers.AllocateMemory(checked((int)(_cells.Length * IntPtr.Size))); 71void* dictionaryWithHeader = MemoryHelpers.AllocateMemory(checked((int)((_cells.Length + 1) * IntPtr.Size)));