2 references to ExtendedLayout
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2275
case TypeAttributes.
ExtendedLayout
: layoutKind = LayoutKind.Extended; break;
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
506
LayoutKind.Extended => TypeAttributes.
ExtendedLayout
,