3 writes to _pendingEntityRecordInfo
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\RecordState.cs (3)
85
_pendingEntityRecordInfo
= null;
278
_pendingEntityRecordInfo
= new EntityRecordInfo(this.RecordStateFactory.DataRecordInfo, entityKey, entitySet);
295
_pendingEntityRecordInfo
= null; // the default is already setup correctly on the record state factory
1 reference to _pendingEntityRecordInfo
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\RecordState.cs (1)
84
_currentEntityRecordInfo =
_pendingEntityRecordInfo
;