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