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