Home
last modified time | relevance | path

Searched refs:InitializingProxyRelatedEnds (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DIEntityWrapper.cs183 bool InitializingProxyRelatedEnds { get; set; } property
H A DNullEntityWrapper.cs184 public bool InitializingProxyRelatedEnds property in System.Data.Objects.Internal.NullEntityWrapper
H A DBaseEntityWrapper.cs127 public bool InitializingProxyRelatedEnds property in System.Data.Objects.Internal.BaseEntityWrapper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/
H A DObjectContext.cs2975 wrappedEntity.InitializingProxyRelatedEnds = true;
2993 wrappedEntity.InitializingProxyRelatedEnds = false;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/DataClasses/
H A DRelatedEnd.cs2297 if (!_wrappedOwner.InitializingProxyRelatedEnds) in AttachContext()