1 write to onLoadedMethod
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
573
this.
onLoadedMethod
= MethodFinder.FindMethod(
2 references to onLoadedMethod
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
588
this.hasAnyLoadMethod = (this.
onLoadedMethod
!= null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyLoadMethod);
829
return this.
onLoadedMethod
;