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