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