2 references to GetCustomAttributes
System.Private.CoreLib (2)
System\Reflection\Runtime\Modules\RuntimeModule.cs (2)
30public sealed override object[] GetCustomAttributes(bool inherit) => RuntimeCustomAttribute.GetCustomAttributes(this, typeof(object)); 35return RuntimeCustomAttribute.GetCustomAttributes(this, attributeType);