1 override of GetCustomAttributesData
mscorlib (1)
system\reflection\parameterinfo.cs (1)
772public override IList<CustomAttributeData> GetCustomAttributesData()
2 references to GetCustomAttributesData
mscorlib (2)
system\reflection\customattribute.cs (1)
63return target.GetCustomAttributesData();
system\reflection\parameterinfo.cs (1)
152return GetCustomAttributesData();