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(); 1638if (-1 == _depth || _rowEnumerator.Current.Length == _depth) 1641if (!_rowEnumerator.MoveNext()) 1653Coordinator currentCoordinator = _rowEnumerator.Current[_depth]; 1670_rowEnumerator.Reset();