1 override of CachedValue
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
87internal override IEntityWrapper CachedValue
6 references to CachedValue
System.Data.Entity (6)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
429otherEnd.Remove(otherEnd.CachedValue,
System\Data\Objects\DataClasses\EntityReference.cs (2)
97if (CachedValue.Entity != null) 101attachedKey = CachedValue.EntityKey;
System\Data\Objects\EntityEntry.cs (3)
3656if (relatedEnd.CachedValue.Entity == null || relatedEnd.CachedValue.ObjectStateEntry == null) 3662principalKey = relatedEnd.EntityKey ?? relatedEnd.CachedValue.ObjectStateEntry.EntityKey;