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