Base:
2 overrides of CustomAttributes
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
47
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
=> ModuleDefinition.GetCustomAttributes().ToTrueCustomAttributes(this);
System\Reflection\TypeLoading\Modules\RoResourceModule.cs (1)
44
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
=> Array.Empty<CustomAttributeData>();
1 reference to CustomAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
63
public sealed override IList<CustomAttributeData> GetCustomAttributesData() =>
CustomAttributes
.ToReadOnlyCollection();