2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (2)
174
return CustomAttribute.
GetCustomAttributes
(this, (typeof(object) as RuntimeType)!, inherit);
184
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType, inherit);