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