2 references to EntityRecordInfo
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\RecordState.cs (1)
278_pendingEntityRecordInfo = new EntityRecordInfo(this.RecordStateFactory.DataRecordInfo, entityKey, entitySet);
System\Data\Objects\EntityEntry.cs (1)
890return new EntityRecordInfo(metadata.DataRecordInfo, _entityKey, (EntitySet)EntitySet);