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