2 writes to _propertyStrategy
System.Data.Entity (2)
System\Data\Objects\Internal\EntityWrapper.cs (2)
170_propertyStrategy = propertyStrategy(entity); 203_propertyStrategy = propertyStrategy(entity);
15 references to _propertyStrategy
System.Data.Entity (15)
System\Data\Objects\Internal\EntityWrapper.cs (15)
245if (_propertyStrategy != null) 247_propertyStrategy.CollectionAdd(relatedEnd, value); 253return _propertyStrategy != null ? _propertyStrategy.CollectionRemove(relatedEnd, value) : false; 259if (_propertyStrategy != null) 261object collection = _propertyStrategy.GetNavigationPropertyValue(relatedEnd); 264collection = _propertyStrategy.CollectionCreate(relatedEnd); 265_propertyStrategy.SetNavigationPropertyValue(relatedEnd, collection); 273return _propertyStrategy != null ? _propertyStrategy.GetNavigationPropertyValue(relatedEnd) : null; 279if (_propertyStrategy != null) 281_propertyStrategy.SetNavigationPropertyValue(relatedEnd, value); 288if (_propertyStrategy != null) 290object currentValue = _propertyStrategy.GetNavigationPropertyValue(relatedEnd); 294_propertyStrategy.SetNavigationPropertyValue(relatedEnd, null);