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