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