3 writes to _current
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Shaper.cs (3)
1607
_current
= null;
1644
_current
= null;
1656
_current
= ((Coordinator<RecordState>)currentCoordinator).Current;
2 references to _current
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Shaper.cs (2)
1614
get { return
_current
; }
1628
get { return
_current
; }