1 write to onValidateMethod
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
580
this.
onValidateMethod
= MethodFinder.FindMethod(
2 references to onValidateMethod
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
589
this.hasAnyValidateMethod = (this.
onValidateMethod
!= null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyValidateMethod);
836
return this.
onValidateMethod
;