2 references to GetCustomAttributes
System.Private.CoreLib (2)
System\Reflection\Runtime\ParameterInfos\RuntimeParameterInfo.cs (2)
28
public sealed override object[] GetCustomAttributes(bool inherit) => RuntimeCustomAttribute.
GetCustomAttributes
(this, typeof(object));
33
return RuntimeCustomAttribute.
GetCustomAttributes
(this, attributeType);