9 references to Add
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1041member.XmlAttributes.XmlElements.Add(elementAttribute);
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (2)
103attrs.XmlElements.Add(attr); 213xmlAttrs.XmlElements.Add(xmlAttr);
System\Web\Services\Protocols\SoapReflector.cs (1)
495member.XmlAttributes.XmlElements.Add(attr);
System.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (1)
104this.xmlElements.Add((XmlElementAttribute)attrs[i]);
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1188a.XmlElements.Add(xmlElement); 1418a.XmlElements.Add(CreateElementAttribute(accessor.TypeDesc)); 1572a.XmlElements.Add(CreateElementAttribute(accessor.TypeDesc)); 1631a.XmlElements.Add(CreateElementAttribute(accessor.TypeDesc));