2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\System\Reflection\RuntimeParameterInfo.cs (2)
460
return CustomAttribute.
GetCustomAttributes
(this, (typeof(object) as RuntimeType)!);
473
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType);