37 references to Append
ILLink.Tasks (9)
CreateRuntimeRootDescriptorFile.cs (9)
360featureAssemblyNode.Attributes.Append(featureAssemblyFullName); 364featureAssemblyNode.Attributes.Append(featureName); 368featureAssemblyNode.Attributes.Append(featureValue); 372featureAssemblyNode.Attributes.Append(featureDefault); 396typeNode.Attributes.Append(typeFullName); 407typeNode.Attributes.Append(preserve); 413typeNode.Attributes.Append(preserve); 423fieldNode.Attributes.Append(fieldName); 435methodNode.Attributes.Append(methodName);
Microsoft.Web.Xdt.Extensions (1)
InsertOrAppendAttribute.cs (1)
136targetNode.Attributes.Append(attribute);
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (4)
875nodeImport.Attributes.Append(projectAttribute); 876nodeImport.Attributes.Append(sdkAttributeProps); 882nodeImport.Attributes.Append(sdkVersionAttributeProps); 889nodeImport.Attributes.Append(sdkVersionAttributeProps);
ReachFramework (1)
PrintConfig\PrintSchemaShim.cs (1)
133parameterInitElem.Attributes.Append(nameAttr);
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
1005newNode.Attributes!.Append((XmlAttribute)CloneTreeInternal(dp));
System.Private.DataContractSerialization (11)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
621wrapperElement.Attributes.Append(xmlAttr);
System\Runtime\Serialization\SchemaExporter.cs (7)
224defaultValueElement.Attributes.Append(emitDefaultValueAttribute); 239actualTypeElement.Attributes.Append(nameAttribute); 243actualTypeElement.Attributes.Append(nsAttribute); 299typeElement.Attributes.Append(nameAttribute); 303typeElement.Attributes.Append(nsAttribute); 319argumentElement.Attributes.Append(nestedLevelAttribute); 329typeElement.Attributes.Append(typeNestedLevelsAttribute);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (3)
997childNode.Attributes!.Append(AddNamespaceDeclaration(_attributesInXmlData.XsiTypePrefix, _attributesInXmlData.XsiTypeNamespace)); 999childNode.Attributes!.Append(AddNamespaceDeclaration(_attributesInXmlData.FactoryTypePrefix, _attributesInXmlData.FactoryTypeNamespace)); 1056wrapperElement.Attributes.Append((XmlAttribute)xmlAttributes[i]);
System.Private.Xml (10)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
426attributes.Append(attr);
System\Xml\Dom\DocumentXmlWriter.cs (2)
450attrs.Append(attr); 520elem.Attributes.Append(attr);
System\Xml\Dom\XmlAttributeCollection.cs (1)
182return Append(newNode);
System\Xml\Dom\XmlLoader.cs (2)
120attributes.Append(attr); // special case for load 477attributes.Append(attr); // special case for load
System\Xml\Schema\Parser.cs (4)
357attributes.Append(attr); 365attributes.Append(attr); 373attributes.Append(attr); 385attributes.Append(attr);