2 references to Array
System.Private.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (1)
61
if (_xmlArray != null) flags |= XmlAttributeFlags.
Array
;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1553
XmlAttributeFlags arrayFlags = XmlAttributeFlags.
Array
| XmlAttributeFlags.ArrayItems;