1 instantiation of CompilerMetadataFieldLayoutAlgorithm
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.Aot.cs (1)
35private readonly MetadataFieldLayoutAlgorithm _metadataFieldLayoutAlgorithm = new CompilerMetadataFieldLayoutAlgorithm();
1 reference to CompilerMetadataFieldLayoutAlgorithm
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GCStaticsPreInitDataNode.cs (1)
62int initialOffset = CompilerMetadataFieldLayoutAlgorithm.GetGCStaticFieldOffset(factory.TypeSystemContext).AsInt;