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)
1260get { return _shaper.RootCoordinator.Current; } 1265get { return _shaper.RootCoordinator.Current; } 1276_shaper.RootCoordinator.SetCurrentToDefault(); 1277_shaper.Finally(); 1282if (!_shaper._isActive) 1286if (_shaper.StoreRead()) 1290_shaper.StartMaterializingElement(); 1291_shaper.RootCoordinator.ReadNextElement(_shaper); 1295_shaper.StopMaterializingElement();