2 overrides of ContainsEntity
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
587internal override bool ContainsEntity(IEntityWrapper wrappedEntity)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
665internal override bool ContainsEntity(IEntityWrapper wrappedEntity)
6 references to ContainsEntity
System.Data.Entity (6)
System\Data\Objects\DataClasses\RelatedEnd.cs (4)
1053if (ContainsEntity(wrappedEntity)) 1388if (!otherRelatedEnd.ContainsEntity(this.WrappedOwner)) 1411if (!this.ContainsEntity(wrappedEntity)) 2008if (!this.ContainsEntity(wrappedEntity))
System\Data\Objects\EntityEntry.cs (2)
2187if (!otherRelatedEnd.ContainsEntity(this._wrappedEntity)) 2238if (!relatedEnd.ContainsEntity(relatedWrapper))