1 override of CustomAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
61public abstract override IEnumerable<CustomAttributeData> CustomAttributes { get; }
1 reference to CustomAttributes
Microsoft.ML.Core (1)
Data\Repository.cs (1)
426var assemblyInternationalVersionAttribute = assembly.CustomAttributes.FirstOrDefault(a =>