2 implementations of CollectionRemove
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
229public abstract bool CollectionRemove(RelatedEnd relatedEnd, object value);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
72public bool CollectionRemove(RelatedEnd relatedEnd, object value)
1 reference to CollectionRemove
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
555return this.WrappedOwner.CollectionRemove(this, (TEntity)wrappedEntity.Entity);