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)
1542if (_rowEnumerator.Current[0] != null) 1638if (-1 == _depth || _rowEnumerator.Current.Length == _depth) 1653Coordinator currentCoordinator = _rowEnumerator.Current[_depth];