7 references to Add
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (1)
113
_xmlElements.
Add
((XmlElementAttribute)attrib);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
1365
a.XmlElements.
Add
(xmlElement);
1625
a.XmlElements.
Add
(CreateElementAttribute(accessor.TypeDesc));
1800
a.XmlElements.
Add
(CreateElementAttribute(accessor.TypeDesc));
1870
a.XmlElements.
Add
(CreateElementAttribute(accessor.TypeDesc));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
893
member.XmlAttributes.XmlElements.
Add
(elementAttribute);
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
74
xmlAttrs.XmlElements.
Add
(xmlAttr);