3 writes to _currentNestedRecord
System.Data.Entity (3)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (3)
132
_currentNestedRecord
= null;
464
_currentNestedRecord
= nestedRecord;
473
_currentNestedRecord
= null;
2 references to _currentNestedRecord
System.Data.Entity (2)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (2)
130
BridgeDataRecord currentNestedRecord =
_currentNestedRecord
;
146
Debug.Assert(null ==
_currentNestedRecord
, "didn't close the nested record?");