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)
28
Debug.Assert(
_cells
.Length == 0 || _addressOfFirstCellSlot != null);
31
for (int i = 0; i <
_cells
.Length; i++)
33
_cells
[i].WriteCellIntoDictionary(typeBuilder, realCells, i);
48
if (
_cells
.Length > 0)
51
_addressOfFirstCellSlot = MemoryHelpers.AllocateMemory(checked((int)(
_cells
.Length * IntPtr.Size)));
71
void* dictionaryWithHeader = MemoryHelpers.AllocateMemory(checked((int)((
_cells
.Length + 1) * IntPtr.Size)));