2 references to ToArray
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1315
arrayMapping.Elements = (ElementAccessor[])arrayItemElements.
ToArray
(typeof(ElementAccessor));
System\Xml\Serialization\XmlSchemaImporter.cs (1)
763
member.Elements = (ElementAccessor[])choiceElements.
ToArray
(typeof(ElementAccessor));