Roslyn 2.0 Compiler; Environment version: 4.0.30319.42000
XDocument:
<Response>
<Inventory>
<Id>23</Id>
</Inventory>
<Inventory>
<Id>23</Id>
</Inventory>
</Response>
Deserialized Response:
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Inventory>
<Id>23</Id>
</Inventory>
<Inventory>
<Id>23</Id>
</Inventory>
</Response>
Response constructed with one item:
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Inventory>
<Id>23</Id>
</Inventory>
</Response>