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