4 references to MaterializedDataRecord
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
476
typeof(
MaterializedDataRecord
), true);
System\Data\Common\Internal\Materialization\Translator.cs (1)
558
private static readonly ConstructorInfo MaterializedDataRecord_ctor = typeof(
MaterializedDataRecord
).GetConstructor(
System\Data\Objects\DataRecordObjectView.cs (2)
48
_propertyDescriptorsCache =
MaterializedDataRecord
.CreatePropertyDescriptorCollection(_rowType, propertyComponentType, true);
161
propertyDescriptors =
MaterializedDataRecord
.CreatePropertyDescriptorCollection((RowType)fieldDescriptor.EdmProperty.TypeUsage.EdmType, typeof(IDataRecord), true);