1 write to functionAttrib
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
877this.functionAttrib = Attribute.GetCustomAttribute(mi, typeof(FunctionAttribute), false) as FunctionAttribute;
4 references to functionAttrib
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (4)
878System.Diagnostics.Debug.Assert(functionAttrib != null); 951if (!string.IsNullOrEmpty(this.functionAttrib.Name)) { 952return this.functionAttrib.Name; 958get { return this.functionAttrib.IsComposable; }