1 override of StateEntry
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
377internal override IEntityStateEntry StateEntry
11 references to StateEntry
System.Data.Entity (11)
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
383stateEntriesInCycle.Add(owner.StateEntry);
System\Data\Mapping\Update\Internal\SourceInterpreter.cs (5)
65if (null != source.StateEntry) 67m_stateEntries.Add(source.StateEntry); 74null != owner.StateEntry && 75ExtentInScope(owner.StateEntry.EntitySet)) 77m_stateEntries.Add(owner.StateEntry);
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (2)
242null != dependentResult.StateEntry) 244dependents.Add(dependentResult.StateEntry);
System\Data\Mapping\Update\Internal\UpdateCommand.cs (3)
171null != owner.StateEntry) 173Debug.Assert(!owner.StateEntry.IsRelationship, "owner must not be a relationship"); 174referencedEntities.Add(owner.StateEntry.EntityKey, this);