3 references to CreatePropertyDescriptorCollection
System.Data.Entity (3)
System\Data\Common\DataRecord.cs (1)
475
_propertyDescriptors =
CreatePropertyDescriptorCollection
(this.DataRecordInfo.RecordType.EdmType as StructuralType,
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);