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