2 implementations of CollectionAdd
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
228
public abstract void
CollectionAdd
(RelatedEnd relatedEnd, object value);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
67
public void
CollectionAdd
(RelatedEnd relatedEnd, object value)
1 reference to CollectionAdd
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
834
this.WrappedOwner.
CollectionAdd
(this, wrappedEntity.Entity);