Home
last modified time | relevance | path

Searched refs:EnsureCollectionNotNull (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DIEntityWrapper.cs50 void EnsureCollectionNotNull(RelatedEnd relatedEnd); in EnsureCollectionNotNull() method
H A DNullEntityWrapper.cs158 public void EnsureCollectionNotNull(RelatedEnd relatedEnd) in EnsureCollectionNotNull() method in System.Data.Objects.Internal.NullEntityWrapper
H A DLightweightEntityWrapper.cs129 public override void EnsureCollectionNotNull(RelatedEnd relatedEnd) in EnsureCollectionNotNull() method in System.Data.Objects.Internal.LightweightEntityWrapper
H A DBaseEntityWrapper.cs215 public abstract void EnsureCollectionNotNull(RelatedEnd relatedEnd); in EnsureCollectionNotNull() method in System.Data.Objects.Internal.BaseEntityWrapper
H A DEntityWrapper.cs257 public override void EnsureCollectionNotNull(RelatedEnd relatedEnd) in EnsureCollectionNotNull() method in System.Data.Objects.Internal.EntityWrapper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectStateManager.cs1072 EnsureCollectionNotNull(sourceMember, wrappedSource, targetMember); in UpdateRelationships()
1085 …private static void EnsureCollectionNotNull(AssociationEndMember sourceMember, IEntityWrapper wrap… in EnsureCollectionNotNull() method in System.Data.Objects.ObjectStateManager
1093 wrappedSource.EnsureCollectionNotNull(relatedEnd); in EnsureCollectionNotNull()