Base:
method
ContainsEntity
System.Data.Objects.DataClasses.RelatedEnd.ContainsEntity(System.Data.Objects.Internal.IEntityWrapper)
2 references to ContainsEntity
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
499
if (!relationshipAlreadyExists && this.
ContainsEntity
(wrappedEntity))
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
305
if (previousCollection.
ContainsEntity
(wrappedEntity))