2 references to MaximumAlignment
System.Private.TypeLoader (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\LayoutInt.cs (2)
147
if (value.AsInt.AlignUp(target.
MaximumAlignment
) == value.AsInt)
153
Debug.Assert(alignment._value <= target.
MaximumAlignment
); // Assert that the alignment handling for indeterminate types is safe