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