2 references to BridgeDataReader
System.Data.Entity (2)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
131DbDataReader result = new BridgeDataReader(shaperInfo.Key, shaperInfo.Value, /*depth:*/ 0, GetNextResultShaperInfo(storeDataReader, workspace, nextResultColumnMaps).GetEnumerator());
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
471BridgeDataReader nestedReader = new BridgeDataReader(Shaper, coordinator.TypedCoordinatorFactory, Depth + 1, nextResultShaperInfos: null);