3 references to GetObjectStateEntriesInternal
System.Data.Entity (3)
System\Data\Objects\ObjectStateManager.cs (3)
516
HashSet<ObjectStateEntry> validEntries = new HashSet<ObjectStateEntry>(
GetObjectStateEntriesInternal
(~EntityState.Detached));
1775
return
GetObjectStateEntriesInternal
(state);
1785
foreach (ObjectStateEntry stateEntry in
GetObjectStateEntriesInternal
(state))