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