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