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