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