4 overrides of StructLayoutAttribute
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
203public sealed override StructLayoutAttribute StructLayoutAttribute => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\System\RuntimeType.CoreCLR.cs (1)
3701public override StructLayoutAttribute? StructLayoutAttribute => PseudoCustomAttribute.GetStructLayoutCustomAttribute(this);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
145public override StructLayoutAttribute? StructLayoutAttribute
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
290public abstract override StructLayoutAttribute? StructLayoutAttribute { get; }
1 reference to StructLayoutAttribute
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
147get { return _typeInfo.StructLayoutAttribute; }