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