5 references to GetCustomAttributes
mscorlib (2)
system\attribute.cs (1)
482
return
GetCustomAttributes
(element, true);
system\reflection\CustomAttributeExtensions.cs (1)
81
return Attribute.
GetCustomAttributes
(element, inherit);
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
150
attributes = Attribute.
GetCustomAttributes
(matchingMember, true /* inherit */);
System.Web (1)
Profile\HttpProfileBase.cs (1)
423
Attribute[] attribs = Attribute.
GetCustomAttributes
(prop, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
627
Attribute[] customAttributes = Attribute.
GetCustomAttributes
(property, true);