3 references to GetGCStaticFieldOffset
ILCompiler.Compiler (3)
Compiler\CompilerMetadataFieldLayoutAlgorithm.cs (2)
17LayoutInt offset = GetGCStaticFieldOffset(context); 24LayoutInt offset = GetGCStaticFieldOffset(context);
Compiler\DependencyAnalysis\GCStaticsPreInitDataNode.cs (1)
62int initialOffset = CompilerMetadataFieldLayoutAlgorithm.GetGCStaticFieldOffset(factory.TypeSystemContext).AsInt;