3 references to ParameterAttribute
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
976private ParameterAttribute paramAttrib; 980this.paramAttrib = Attribute.GetCustomAttribute(parameterInfo, typeof(ParameterAttribute), false) as ParameterAttribute;