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