2 references to Array
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (1)
64
if (xmlArray != null) flags |= XmlAttributeFlags.
Array
;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1341
XmlAttributeFlags arrayFlags = XmlAttributeFlags.
Array
| XmlAttributeFlags.ArrayItems;