2 instantiations of 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);
5 references to BridgeDataReader
System.Data.Entity (5)
System\Data\EntityClient\EntityCommandDefinition.cs (1)
389result = BridgeDataReader.Create(storeDataReader, columnMap, entityCommand.Connection.GetMetadataWorkspace(), GetNextResultColumnMaps(storeDataReader));
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (4)
83private BridgeDataReader _currentNestedReader; 135BridgeDataReader currentNestedReader = _currentNestedReader; 359return BridgeDataReader.GetClrTypeFromTypeMetadata(GetTypeUsage(ordinal)); 471BridgeDataReader nestedReader = new BridgeDataReader(Shaper, coordinator.TypedCoordinatorFactory, Depth + 1, nextResultShaperInfos: null);