4 writes to _depth
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Shaper.cs (4)
1608
_depth
= -1;
1649
_depth
= 0;
1657
_depth
++;
1661
_depth
++;
3 references to _depth
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Shaper.cs (3)
1638
if (-1 ==
_depth
|| _rowEnumerator.Current.Length ==
_depth
)
1653
Coordinator currentCoordinator = _rowEnumerator.Current[
_depth
];