8 references to GetCustomAttributes
mscorlib (6)
system\attribute.cs (4)
54attributes = GetCustomAttributes(baseProp, type, false); 155attributes = GetCustomAttributes(baseEvent, type, false); 452return GetCustomAttributes(element, type, true); 543Attribute[] attrib = GetCustomAttributes(element, attributeType, inherit);
system\reflection\CustomAttributeExtensions.cs (1)
126return Attribute.GetCustomAttributes(element, attributeType, inherit);
system\runtime\remoting\activationservices.cs (1)
411Object[] ca = Attribute.GetCustomAttributes(
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
863Attribute[] attributes = Attribute.GetCustomAttributes(propertyObj as PropertyInfo, typeof(DefaultValueAttribute), true); 1157Attribute[] attributes = Attribute.GetCustomAttributes(property, typeof(DefaultValueAttribute), true);