Base:
2 overrides of CustomAttributes
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
30
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
=> _decoder.ComputeTrueCustomAttributes();
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
34
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
=> Array.Empty<CustomAttributeData>();
1 reference to CustomAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
35
public sealed override IList<CustomAttributeData> GetCustomAttributesData() =>
CustomAttributes
.ToReadOnlyCollection();