2 writes to DataRecordInfo
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Translator.cs (2)
1601recordStateScratchpad.DataRecordInfo = new EntityRecordInfo(entityTypeMetadata, EntityKey.EntityNotValidKey, null); 1606recordStateScratchpad.DataRecordInfo = new DataRecordInfo(edmType);
1 reference to DataRecordInfo
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\RecordStateScratchpad.cs (1)
80this.DataRecordInfo,