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