3 references to Add
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (1)
97
_xmlArrayItems.
Add
((XmlArrayItemAttribute)attrs[i]);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1100
_savedArrayItemAttributes.
Add
(CreateArrayItemAttribute(_arrayNestingLevel));
1740
a.XmlArrayItems.
Add
(CreateArrayItemAttribute(_arrayNestingLevel));