1 write to onValidateMethod
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
617this.onValidateMethod = MethodFinder.FindMethod(
2 references to onValidateMethod
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
626this.hasAnyValidateMethod = (this.onValidateMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyValidateMethod); 913return this.onValidateMethod;