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