1 write to _shaper
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1255
_shaper
= shaper;
10 references to _shaper
System.Data.Entity (10)
System\Data\Common\Internal\Materialization\Shaper.cs (10)
1260
get { return
_shaper
.RootCoordinator.Current; }
1265
get { return
_shaper
.RootCoordinator.Current; }
1276
_shaper
.RootCoordinator.SetCurrentToDefault();
1277
_shaper
.Finally();
1282
if (!
_shaper
._isActive)
1286
if (
_shaper
.StoreRead())
1290
_shaper
.StartMaterializingElement();
1291
_shaper
.RootCoordinator.ReadNextElement(
_shaper
);
1295
_shaper
.StopMaterializingElement();