4 writes to _cachedValue
System.Data.Entity (4)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (4)
495this._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);