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