2 references to GetClassConstructorContextAlignment
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (2)
135
int alignmentRequired = Math.Max(type.NonGCStaticFieldAlignment.AsInt,
GetClassConstructorContextAlignment
(target));
153
return HasCCtorContext ? Math.Max(fieldAlignment,
GetClassConstructorContextAlignment
(factory.Target)) : fieldAlignment;