2 references to GetClassConstructorContextAlignment
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NonGCStaticsNode.cs (2)
135
int alignmentRequired = Math.Max(type.NonGCStaticFieldAlignment.AsInt,
GetClassConstructorContextAlignment
(target));
187
int alignmentRequired = Math.Max(_type.NonGCStaticFieldAlignment.AsInt,
GetClassConstructorContextAlignment
(_type.Context.Target));