Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
3 references to Current
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\Shaper.cs (3)
1542
if (_rowEnumerator.
Current
[0] != null)
1638
if (-1 == _depth || _rowEnumerator.
Current
.Length == _depth)
1653
Coordinator currentCoordinator = _rowEnumerator.
Current
[_depth];