2 implementations of EnsureCollectionNotNull
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
215public abstract void EnsureCollectionNotNull(RelatedEnd relatedEnd);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
158public void EnsureCollectionNotNull(RelatedEnd relatedEnd)
1 reference to EnsureCollectionNotNull
System.Data.Entity (1)
System\Data\Objects\ObjectStateManager.cs (1)
1093wrappedSource.EnsureCollectionNotNull(relatedEnd);