4 writes to _cachedValue
System.Data.Entity (4)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (4)
495
this.
_cachedValue
= null;
561
_cachedValue
= null;
699
_cachedValue
= (TEntity)_wrappedCachedValue.Entity;
787
_cachedValue
= (TEntity)wrappedEntity.Entity;
1 reference to _cachedValue
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
740
_wrappedCachedValue = EntityWrapperFactory.WrapEntityUsingContext(
_cachedValue
, ObjectContext);