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