5 overrides of CustomAttributes
System.Private.CoreLib (5)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfo.cs (1)
28
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
48
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
37
public override IEnumerable<CustomAttributeData>
CustomAttributes
=> Array.Empty<CustomAttributeData>();
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
50
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (1)
34
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
3 references to CustomAttributes
System.Private.CoreLib (3)
System\Reflection\Runtime\General\LegacyCustomAttributeApis.cs (1)
214
public IList<CustomAttributeData> GetCustomAttributesData() =>
CustomAttributes
.ToReadOnlyCollection();
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
52
return GenericTypeDefinitionTypeInfo.
CustomAttributes
;
System\RuntimeType.NativeAot.cs (1)
815
return GetRuntimeTypeInfo().
CustomAttributes
;