2 references to InternalGetCustomAttributes
mscorlib (2)
system\attribute.cs (2)
470
return
InternalGetCustomAttributes
((PropertyInfo)element, type, inherit);
494
return
InternalGetCustomAttributes
((PropertyInfo)element, typeof(Attribute), inherit);