3 instantiations of EntityRecordInfo
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\RecordState.cs (1)
278
_pendingEntityRecordInfo = new
EntityRecordInfo
(this.RecordStateFactory.DataRecordInfo, entityKey, entitySet);
System\Data\Common\Internal\Materialization\Translator.cs (1)
1601
recordStateScratchpad.DataRecordInfo = new
EntityRecordInfo
(entityTypeMetadata, EntityKey.EntityNotValidKey, null);
System\Data\Objects\EntityEntry.cs (1)
890
return new
EntityRecordInfo
(metadata.DataRecordInfo, _entityKey, (EntitySet)EntitySet);
2 references to EntityRecordInfo
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\RecordState.cs (2)
44
private
EntityRecordInfo
_currentEntityRecordInfo;
45
private
EntityRecordInfo
_pendingEntityRecordInfo;