2 references to InternalParamGetCustomAttributes
mscorlib (2)
system\attribute.cs (2)
585return InternalParamGetCustomAttributes(element, attributeType, inherit) as Attribute[]; 602return InternalParamGetCustomAttributes(element, null, inherit) as Attribute[];