2 references to GetCustomAttributes
System.Private.CoreLib (2)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (2)
173
public sealed override object[] GetCustomAttributes(bool inherit) => RuntimeCustomAttribute.
GetCustomAttributes
(this, typeof(object));
178
return RuntimeCustomAttribute.
GetCustomAttributes
(this, attributeType);