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