2 references to TypeAttributesExtendedLayout
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (2)
565
else if ((Attributes & TypeAttributes.LayoutMask) ==
TypeAttributesExtendedLayout
)
628
return (_typeDefinition.Attributes & TypeAttributes.LayoutMask) ==
TypeAttributesExtendedLayout
;