2 writes to _currentEntityRecordInfo
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\RecordState.cs (2)
84_currentEntityRecordInfo = _pendingEntityRecordInfo; 243_currentEntityRecordInfo = null;
1 reference to _currentEntityRecordInfo
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\RecordState.cs (1)
123DataRecordInfo result = _currentEntityRecordInfo;