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