1 write to hasAnyLoadMethod
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
588
this.
hasAnyLoadMethod
= (this.onLoadedMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyLoadMethod);
1 reference to hasAnyLoadMethod
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
848
return this.
hasAnyLoadMethod
;