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