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;