2 instantiations of BridgeDataReader
System.Data.Entity (2)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
131
DbDataReader result = new
BridgeDataReader
(shaperInfo.Key, shaperInfo.Value, /*depth:*/ 0, GetNextResultShaperInfo(storeDataReader, workspace, nextResultColumnMaps).GetEnumerator());
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
471
BridgeDataReader nestedReader = new
BridgeDataReader
(Shaper, coordinator.TypedCoordinatorFactory, Depth + 1, nextResultShaperInfos: null);
5 references to BridgeDataReader
System.Data.Entity (5)
System\Data\EntityClient\EntityCommandDefinition.cs (1)
389
result =
BridgeDataReader
.Create(storeDataReader, columnMap, entityCommand.Connection.GetMetadataWorkspace(), GetNextResultColumnMaps(storeDataReader));
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (4)
83
private
BridgeDataReader
_currentNestedReader;
135
BridgeDataReader
currentNestedReader = _currentNestedReader;
359
return
BridgeDataReader
.GetClrTypeFromTypeMetadata(GetTypeUsage(ordinal));
471
BridgeDataReader
nestedReader = new BridgeDataReader(Shaper, coordinator.TypedCoordinatorFactory, Depth + 1, nextResultShaperInfos: null);