6 references to Regular
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (6)
287
int index = (IsFieldThreadStatic(in fieldDef, module.MetadataReader) ? StaticIndex.ThreadLocal : StaticIndex.
Regular
);
326
offsetsForType.NonGcOffsets[StaticIndex.
Regular
],
349
offsetsForType.GcOffsets[StaticIndex.
Regular
],
355
offsetsForType.GcOffsets[StaticIndex.
Regular
] + new LayoutInt(gcBoxedCount[StaticIndex.
Regular
] * pointerSize),
365
int index = (IsFieldThreadStatic(in fieldDef, module.MetadataReader) ? StaticIndex.ThreadLocal : StaticIndex.
Regular
);