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