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)
130BridgeDataRecord currentNestedRecord = _currentNestedRecord; 146Debug.Assert(null == _currentNestedRecord, "didn't close the nested record?");