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