3 references to Add
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (1)
107
this.xmlArrayItems.
Add
((XmlArrayItemAttribute)attrs[i]);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
958
savedArrayItemAttributes.
Add
(CreateArrayItemAttribute(typeScope.GetTypeDesc(model.Element.Type), arrayNestingLevel));
1509
a.XmlArrayItems.
Add
(CreateArrayItemAttribute(arrayElementTypeDesc, arrayNestingLevel));