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