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