1 write to _current
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1327
_current
= new Coordinator[_shaper.RootCoordinator.MaxDistanceToLeaf() + 1];
7 references to _current
System.Data.Entity (7)
System\Data\Common\Internal\Materialization\Shaper.cs (7)
1332
get { return
_current
; }
1346
get { return
_current
; }
1366
for (; depth <
_current
.Length; depth++)
1393
_current
[depth] = currentCoordinator;
1399
_current
[depth] = null;
1407
for (; depth <
_current
.Length; depth++)
1409
_current
[depth] = null;