2 references to GetCustomAttributes
mscorlib (2)
system\reflection\propertyinfo.cs (2)
375
return CustomAttribute.
GetCustomAttributes
(this, typeof(object) as RuntimeType);
389
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType);