1 instantiation of TypeLayout
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (1)
154return new TypeLayout((int)size, packingSize);
10 references to TypeLayout
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
955var layout = def.GetLayout();
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2247internal override TypeLayout Layout
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_StructLayout.cs (2)
622System.Reflection.Metadata.TypeLayout mdLayout; 630mdLayout = default(System.Reflection.Metadata.TypeLayout);
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
199Friend Overrides ReadOnly Property Layout As TypeLayout
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
Attributes\AttributeTests_StructLayout.vb (2)
737Dim mdLayout As System.Reflection.Metadata.TypeLayout 746Dim layout As TypeLayout = [module].Module.GetTypeLayout(typeHandle)
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (2)
124public TypeLayout GetLayout() 140return default(TypeLayout);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
129TypeLayout layout = TypeDefinition.GetLayout();