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