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