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