65 references to Append
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
906newNode.Attributes.Append( (XmlAttribute)CloneTreeInternal(dp) );
System.Runtime.Serialization (11)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
625wrapperElement.Attributes.Append(xmlAttr);
System\Runtime\Serialization\SchemaExporter.cs (7)
231defaultValueElement.Attributes.Append(emitDefaultValueAttribute); 247actualTypeElement.Attributes.Append(nameAttribute); 251actualTypeElement.Attributes.Append(nsAttribute); 305typeElement.Attributes.Append(nameAttribute); 309typeElement.Attributes.Append(nsAttribute); 324argumentElement.Attributes.Append(nestedLevelAttribute); 334typeElement.Attributes.Append(typeNestedLevelsAttribute);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (3)
998childNode.Attributes.Append(AddNamespaceDeclaration(attributesInXmlData.XsiTypePrefix, attributesInXmlData.XsiTypeNamespace)); 1000childNode.Attributes.Append(AddNamespaceDeclaration(attributesInXmlData.FactoryTypePrefix, attributesInXmlData.FactoryTypeNamespace)); 1054wrapperElement.Attributes.Append((XmlAttribute)xmlAttributes[i]);
System.ServiceModel (12)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
66assertion.Attributes.Append(protectionLevelAttribute);
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
382result.Attributes.Append(attr); 391result.Attributes.Append(attrLegacy);
System\ServiceModel\Description\SoapHelper.cs (2)
116fault.Attributes.Append(CreateLocalAttribute("name", name)); 117fault.Attributes.Append(CreateLocalAttribute("use", isEncoded ? "encoded" : "literal"));
System\ServiceModel\Description\WsdlExporter.cs (1)
818policyReferenceElement.Attributes.Append(uriAttribute);
System\ServiceModel\Description\WsdlImporter.cs (3)
1479workaroundElement.Attributes.Append(bindingName); 1483workaroundElement.Attributes.Append(bindingNamespace); 1485workaroundElement.Attributes.Append(bindingNamespace);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
344element.Attributes.Append(attr); 349element.Attributes.Append(attr);
System\ServiceModel\Security\WSTrustDec2005.cs (1)
105result.Attributes.Append(dialectAttribute);
System.Web.DataVisualization (7)
Common\Utilities\XmlSerializer.cs (7)
1498 xmlNode.Attributes.Append(attrib); 1612xmlNode.Attributes.Append(attrib); 1618xmlNode.Attributes.Append(attrib); 1624xmlNode.Attributes.Append(attrib); 1637xmlNode.Attributes.Append(attrib); 1650xmlNode.Attributes.Append(attrib); 1746 xmlParentNode.Attributes.Append(attrib);
System.Web.Mobile (5)
UI\MobileControls\Design\Util\WebConfigManager.cs (5)
315_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("name")); 328_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("compare")); 334_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("argument")); 348_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("type")); 354_xmlNode.Attributes.Append(_webConfig.Document.CreateAttribute("method"));
System.Web.Services (2)
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
851envelopeElement.Attributes.Append(qnameAttr); 852envelopeElement.Attributes.Append(xmlnsAttr);
System.Windows.Forms.DataVisualization (7)
Common\Utilities\XmlSerializer.cs (7)
1498 xmlNode.Attributes.Append(attrib); 1612xmlNode.Attributes.Append(attrib); 1618xmlNode.Attributes.Append(attrib); 1624xmlNode.Attributes.Append(attrib); 1637xmlNode.Attributes.Append(attrib); 1650xmlNode.Attributes.Append(attrib); 1746 xmlParentNode.Attributes.Append(attrib);
System.Xml (10)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
389attributes.Append(attr);
System\Xml\Dom\DocumentXmlWriter.cs (2)
373attrs.Append(attr); 424elem.Attributes.Append(attr);
System\Xml\Dom\XmlAttributeCollection.cs (1)
155return Append(newNode);
System\Xml\Dom\XmlLoader.cs (2)
105attributes.Append( attr ); // special case for load 418attributes.Append( attr ); // special case for load
System\Xml\Schema\Parser.cs (4)
314attributes.Append( attr ); 321attributes.Append(attr); 327attributes.Append(attr); 336attributes.Append(attr);
WindowsBase (10)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (8)
664reference.Attributes.Append(uriAttr); 678transform.Attributes.Append(algorithmAttr); 691relationshipNode.Attributes.Append(idAttr); 700relationshipNode.Attributes.Append(typeAttr); 729transform.Attributes.Append(algorithmAttr); 761reference.Attributes.Append(uriAttr); 776transform.Attributes.Append(algorithmAttr); 802digestMethod.Attributes.Append(digestAlgorithmAttr);
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (2)
124signatureProperty.Attributes.Append(idAttr); 127signatureProperty.Attributes.Append(targetAttr);