1 write to _rowEnumerator
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1606
_rowEnumerator
= rowEnumerator;
5 references to _rowEnumerator
System.Data.Entity (5)
System\Data\Common\Internal\Materialization\Shaper.cs (5)
1623
_rowEnumerator
.Dispose();
1638
if (-1 == _depth ||
_rowEnumerator
.Current.Length == _depth)
1641
if (!
_rowEnumerator
.MoveNext())
1653
Coordinator currentCoordinator =
_rowEnumerator
.Current[_depth];
1670
_rowEnumerator
.Reset();