1 write to _entity
System.Data.Entity (1)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (1)
34
_entity
= entity;
8 references to _entity
System.Data.Entity (8)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (8)
60
navPropValue = relatedEnd.TargetAccessor.ValueGetter(
_entity
);
64
throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(relatedEnd.TargetAccessor.PropertyName,
_entity
.GetType().FullName), ex);
92
relatedEnd.TargetAccessor.ValueSetter(
_entity
, value);
96
throw new EntityException(System.Data.Entity.Strings.PocoEntityWrapper_UnableToSetFieldOrProperty(relatedEnd.TargetAccessor.PropertyName,
_entity
.GetType().FullName), ex);
149
object entity =
_entity
;
213
object entity =
_entity
;
272
if (
_entity
is IEntityWithRelationships)
280
Type entityType =
_entity
.GetType();