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); 161propertyDescriptors = MaterializedDataRecord.CreatePropertyDescriptorCollection((RowType)fieldDescriptor.EdmProperty.TypeUsage.EdmType, typeof(IDataRecord), true);