2 overrides of CustomAttributes
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
172public abstract override IEnumerable<CustomAttributeData> CustomAttributes { get; }
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
60public abstract override IEnumerable<CustomAttributeData> CustomAttributes { get; }
3 references to CustomAttributes
Microsoft.ML.Core (1)
Data\Repository.cs (1)
430var assemblyInternationalVersionAttribute = assembly.CustomAttributes.FirstOrDefault(a =>
System.Private.CoreLib (2)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInheritanceRules.cs (1)
90return element.CustomAttributes;
System\Runtime\InteropServices\NativeLibrary.NativeAot.cs (1)
55foreach (CustomAttributeData cad in callingAssembly.CustomAttributes)