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