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