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