5 overrides of StructLayoutAttribute
System.Private.CoreLib (5)
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
135public sealed override StructLayoutAttribute StructLayoutAttribute
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
80public override StructLayoutAttribute StructLayoutAttribute => null;
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
88public sealed override StructLayoutAttribute StructLayoutAttribute
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
93public sealed override StructLayoutAttribute StructLayoutAttribute
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (1)
114public sealed override StructLayoutAttribute StructLayoutAttribute
2 references to StructLayoutAttribute
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
139return GenericTypeDefinitionTypeInfo.StructLayoutAttribute;
System\RuntimeType.NativeAot.cs (1)
682public override StructLayoutAttribute StructLayoutAttribute => GetRuntimeTypeInfo().StructLayoutAttribute;