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