1 write to hasAnyValidateMethod
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
626this.hasAnyValidateMethod = (this.onValidateMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyValidateMethod);
1 reference to hasAnyValidateMethod
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
919return this.hasAnyValidateMethod;