2 references to GetClassAlignmentRequirementStatic
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
80
int alignment = Internal.JitInterface.CorInfoImpl.
GetClassAlignmentRequirementStatic
(defType);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2396
return (uint)
GetClassAlignmentRequirementStatic
(type);