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)
1601recordStateScratchpad.DataRecordInfo = new EntityRecordInfo(entityTypeMetadata, EntityKey.EntityNotValidKey, null);
System\Data\Objects\EntityEntry.cs (1)
890return new EntityRecordInfo(metadata.DataRecordInfo, _entityKey, (EntitySet)EntitySet);
2 references to EntityRecordInfo
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\RecordState.cs (2)
44private EntityRecordInfo _currentEntityRecordInfo; 45private EntityRecordInfo _pendingEntityRecordInfo;