1 instantiation of RowNestedResultEnumerator
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1136RowNestedResultEnumerator rowEnumerator = new Shaper<T>.RowNestedResultEnumerator(this);
5 references to RowNestedResultEnumerator
System.Data.Entity (5)
System\Data\Common\Internal\Materialization\Shaper.cs (5)
1136RowNestedResultEnumerator rowEnumerator = new Shaper<T>.RowNestedResultEnumerator(this); 1437private readonly RowNestedResultEnumerator _rowEnumerator; 1441internal ObjectQueryNestedEnumerator(RowNestedResultEnumerator rowEnumerator) 1594private readonly RowNestedResultEnumerator _rowEnumerator; 1604internal RecordStateEnumerator(RowNestedResultEnumerator rowEnumerator)