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