1 write to Depth
System.Data.Entity (1)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
94
Depth
= depth;
7 references to Depth
System.Data.Entity (7)
System\Data\Query\ResultAssembly\BridgeDataReader.cs (5)
226
return DataRecord.
Depth
;
263
if (DataRecord.
Depth
== 0) {
295
if (0 == DataRecord.
Depth
) {
348
Debug.Assert(DataRecord.
Depth
== 0, "Nested data readers should not have multiple result sets.");
355
if (0 == DataRecord.
Depth
) {
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (2)
461
BridgeDataRecord nestedRecord = new BridgeDataRecord(Shaper,
Depth
+ 1);
471
BridgeDataReader nestedReader = new BridgeDataReader(Shaper, coordinator.TypedCoordinatorFactory,
Depth
+ 1, nextResultShaperInfos: null);