Base:
7 overrides of StructLayoutAttribute
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
129public sealed override StructLayoutAttribute? StructLayoutAttribute => _genericTypeDefinition.StructLayoutAttribute;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
147public sealed override StructLayoutAttribute? StructLayoutAttribute
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
195public sealed override StructLayoutAttribute? StructLayoutAttribute => null;
System\Reflection\TypeLoading\Types\RoGenericParameterType.cs (1)
63public sealed override StructLayoutAttribute? StructLayoutAttribute => null;
System\Reflection\TypeLoading\Types\RoHasElementType.cs (1)
76public sealed override StructLayoutAttribute? StructLayoutAttribute => null;
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
185public override StructLayoutAttribute? StructLayoutAttribute => _unmodifiedType.StructLayoutAttribute;
System\Reflection\TypeLoading\Types\RoStubType.cs (1)
70public sealed override StructLayoutAttribute StructLayoutAttribute => throw null!;
1 reference to StructLayoutAttribute
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoModifiedType.cs (1)
185public override StructLayoutAttribute? StructLayoutAttribute => _unmodifiedType.StructLayoutAttribute;