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)
123
DataRecordInfo result =
_currentEntityRecordInfo
;