3 references to Add
System.Web.Services (1)
System\Web\Services\Configuration\WebServicesSection.cs (1)
232
xmlAttrs.XmlAnyElements.
Add
(new XmlAnyElementAttribute());
System.Xml (2)
System\Xml\Serialization\XmlAttributes.cs (2)
116
this.xmlAnyElements.
Add
((XmlAnyElementAttribute)attrs[i]);
166
this.xmlAnyElements.
Add
(wildcard);