3 references to GetCustomAttribute
mscorlib (2)
system\attribute.cs (1)
646
return
GetCustomAttribute
(element, attributeType, true);
system\reflection\CustomAttributeExtensions.cs (1)
48
return Attribute.
GetCustomAttribute
(element, attributeType, inherit);
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
980
this.paramAttrib = Attribute.
GetCustomAttribute
(parameterInfo, typeof(ParameterAttribute), false) as ParameterAttribute;