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