10 references to Count
ILCompiler.ReadyToRun (10)
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (10)
270
int[][] nonGcStaticsCount = new int[StaticIndex.
Count
][]
276
int[] gcPointerCount = new int[StaticIndex.
Count
];
277
int[] gcBoxedCount = new int[StaticIndex.
Count
];
324
LayoutInt[] nonGcStaticFieldOffsets = new LayoutInt[StaticIndex.
Count
]
330
LayoutInt[][] nonGcStatics = new LayoutInt[StaticIndex.
Count
][]
338
for (int index = 0; index < StaticIndex.
Count
; index++)
347
LayoutInt[] gcBoxedFieldOffsets = new LayoutInt[StaticIndex.
Count
]
353
LayoutInt[] gcPointerFieldOffsets = new LayoutInt[StaticIndex.
Count
]
574
NonGcOffsets = new LayoutInt[StaticIndex.
Count
] { nonGcOffset, tlsNonGcOffset };
575
GcOffsets = new LayoutInt[StaticIndex.
Count
] { gcOffset, tlsGcOffset };