2 references to ExtendedLayout
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (1)
968
if ((def.Attributes & TypeAttributes.LayoutMask) == TypeAttributes.
ExtendedLayout
)
PEWriter\MetadataWriter.cs (1)
1481
result |= TypeAttributes.
ExtendedLayout
;