3 overrides of HasAnyLoadMethod
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
845public override bool HasAnyLoadMethod {
Mapping\MappedMetaModel.cs (2)
922public override bool HasAnyLoadMethod { 1699public override bool HasAnyLoadMethod {
3 references to HasAnyLoadMethod
System.Data.Linq (3)
DataServices.cs (1)
175if (type.HasAnyLoadMethod) {
Mapping\AttributedMetaModel.cs (1)
588this.hasAnyLoadMethod = (this.onLoadedMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyLoadMethod);
Mapping\MappedMetaModel.cs (1)
625this.hasAnyLoadMethod = (this.onLoadedMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyLoadMethod);