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