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