1 write to _rowEnumerator
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1443
_rowEnumerator
= rowEnumerator;
5 references to _rowEnumerator
System.Data.Entity (5)
System\Data\Common\Internal\Materialization\Shaper.cs (5)
1456
_rowEnumerator
.Dispose();
1516
_previousElement =
_rowEnumerator
.RootCoordinator.Current;
1539
while (
_rowEnumerator
.MoveNext())
1542
if (
_rowEnumerator
.Current[0] != null)
1552
_rowEnumerator
.Reset();