Base:
2 overrides of CustomAttributes
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
42
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
=> AssemblyDefinition.GetCustomAttributes().ToTrueCustomAttributes(GetEcmaManifestModule());
System\Reflection\TypeLoading\Assemblies\RoStubAssembly.cs (1)
19
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
=> throw null!;
1 reference to CustomAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
60
public sealed override IList<CustomAttributeData> GetCustomAttributesData() =>
CustomAttributes
.ToReadOnlyCollection();