Home
last modified time | relevance | path

Searched refs:TakeSnapshotOfRelationships (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/Internal/
H A DEntityWrapper.cs66 public override void TakeSnapshotOfRelationships(EntityEntry entry) in TakeSnapshotOfRelationships() method in System.Data.Objects.Internal.EntityWrapperWithoutRelationships
68 entry.TakeSnapshotOfRelationships(); in TakeSnapshotOfRelationships()
127 public override void TakeSnapshotOfRelationships(EntityEntry entry) in TakeSnapshotOfRelationships() method in System.Data.Objects.Internal.EntityWrapperWithRelationships
H A DIEntityWrapper.cs114 void TakeSnapshotOfRelationships(EntityEntry entry); in TakeSnapshotOfRelationships() method
H A DNullEntityWrapper.cs144 public void TakeSnapshotOfRelationships(EntityEntry entry) in TakeSnapshotOfRelationships() method in System.Data.Objects.Internal.NullEntityWrapper
H A DLightweightEntityWrapper.cs79 public override void TakeSnapshotOfRelationships(EntityEntry entry) in TakeSnapshotOfRelationships() method in System.Data.Objects.Internal.LightweightEntityWrapper
H A DBaseEntityWrapper.cs224 public abstract void TakeSnapshotOfRelationships(EntityEntry entry); in TakeSnapshotOfRelationships() method 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.cs736 wrappedEntity.TakeSnapshotOfRelationships(entry); in AddSingleObject()
1150 wrappedEntity.TakeSnapshotOfRelationships(entry); in AttachSingleObject()
1184 wrappedEntity.TakeSnapshotOfRelationships(entry); in AttachSingleObject()
H A DEntityEntry.cs2123 internal void TakeSnapshotOfRelationships() in TakeSnapshotOfRelationships() method in System.Data.Objects.EntityEntry