1 write to onLoadedMethod
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
610
this.
onLoadedMethod
= MethodFinder.FindMethod(
2 references to onLoadedMethod
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
625
this.hasAnyLoadMethod = (this.
onLoadedMethod
!= null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyLoadMethod);
906
return this.
onLoadedMethod
;