2 overrides of VerifyEntityForAdd
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
496internal override bool VerifyEntityForAdd(IEntityWrapper wrappedEntity, bool relationshipAlreadyExists)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
505internal override bool VerifyEntityForAdd(IEntityWrapper wrappedEntity, bool relationshipAlreadyExists)
2 references to VerifyEntityForAdd
System.Data.Entity (2)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1132if (!this.VerifyEntityForAdd(wrappedTarget, relationshipAlreadyExists)) 1179targetRelatedEnd.VerifyEntityForAdd(_wrappedOwner, relationshipAlreadyExists);