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