21 references to Append
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
449attributes.Append(attr);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (2)
444attrs.Append(attr); 509elem.Attributes.Append(attr);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (1)
179return Append(newNode);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
122attributes.Append(attr); // special case for load 480attributes.Append(attr); // special case for load
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (4)
360attributes.Append(attr); 368attributes.Append(attr); 376attributes.Append(attr); 388attributes.Append(attr);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
302result.Attributes.Append(attr); 311result.Attributes.Append(attrLegacy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
117fault.Attributes.Append(CreateLocalAttribute("name", name)); 118fault.Attributes.Append(CreateLocalAttribute("use", isEncoded ? "encoded" : "literal"));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
818policyReferenceElement.Attributes.Append(uriAttribute);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
1467workaroundElement.Attributes.Append(bindingName); 1471workaroundElement.Attributes.Append(bindingNamespace); 1473workaroundElement.Attributes.Append(bindingNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
335element.Attributes.Append(attr); 340element.Attributes.Append(attr);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
104result.Attributes.Append(dialectAttribute);