2 overrides of AppendChild
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
133
public override XmlNode?
AppendChild
(XmlNode newChild)
System.Private.Xml (1)
System\Xml\Dom\XmlAttribute.cs (1)
306
public override XmlNode?
AppendChild
(XmlNode newChild)
252 references to AppendChild
ILLink.Tasks (4)
CreateRuntimeRootDescriptorFile.cs (4)
337
linkerNode.
AppendChild
(featureAssemblyNode);
376
typeNode.
AppendChild
(fieldNode);
386
typeNode.
AppendChild
(methodNode);
390
assemblyNode.
AppendChild
(typeNode);
Microsoft.Build (14)
Construction\ProjectElement.cs (2)
390
XmlElement.
AppendChild
(XmlElement.OwnerDocument.CreateTextNode(pureText));
409
XmlElement.
AppendChild
(XmlElement.OwnerDocument.CreateTextNode(element.XmlElement.FirstChild.Value));
Construction\ProjectElementContainer.cs (1)
556
XmlElement.
AppendChild
(child.XmlElement);
Construction\ProjectExtensionsElement.cs (1)
138
XmlElement.
AppendChild
(idElement);
Evaluation\Preprocessor.cs (9)
102
destinationDocument.
AppendChild
(destinationDocument.CreateComment("\r\n" + new String('=', 140) + "\r\n" + _project.FullPath.Replace("--", "__") + "\r\n" + new String('=', 140) + "\r\n"));
187
documentElement.
AppendChild
(xmlElement);
293
destination.
AppendChild
(destinationDocument.CreateComment(closedImportTag));
312
destination.
AppendChild
(destinationDocument.CreateComment(
321
destination.
AppendChild
(destinationDocument.CreateComment("\r\n" + new String('=', 140) + "\r\n </Import>\r\n" + new String('=', 140) + "\r\n"));
325
destination.
AppendChild
(destinationDocument.CreateComment("\r\n" + new String('=', 140) + "\r\n </Import>\r\n\r\n" + _filePaths.Peek()?.Replace("--", "__") + "\r\n" + new String('=', 140) + "\r\n"));
338
destination.
AppendChild
(destinationDocument.CreateComment(importGroupTag));
342
destination.
AppendChild
(destinationDocument.CreateComment("</" + XMakeElements.importGroup + ">"));
355
destination.
AppendChild
(clone);
XmlUtilities.cs (1)
49
newElement.
AppendChild
(oldElement.FirstChild);
Microsoft.Build.BuildCheck.UnitTests (1)
EndToEndTests.cs (1)
925
packageSourcesNode.
AppendChild
(addNode);
Microsoft.Build.Tasks.Core (43)
AddToWin32Manifest.cs (3)
222
winSettingsNode.
AppendChild
(supportedArchitecturesNode);
227
appNode.
AppendChild
(winSettingsNode);
232
assemblyNode!.
AppendChild
(appNode);
BootstrapperUtil\BootstrapperBuilder.cs (14)
202
configElement.
AppendChild
(applicationElement);
616
_document.
AppendChild
(rootElement);
1028
productNode.
AppendChild
(mergeElement);
1036
rootElement.
AppendChild
(productNode);
1197
mergeElement.
AppendChild
(node);
1218
mergeElement.
AppendChild
(langNode);
1227
mergeElement.
AppendChild
(baseNode);
1248
mergeSubNode.
AppendChild
(mergeSubNode.OwnerDocument.ImportNode(nextNode, true));
1252
mergeSubNode.
AppendChild
(mergeSubNode.OwnerDocument.ImportNode(queryResultNode, true));
1269
mergeSubNode.
AppendChild
(mergeSubNode.OwnerDocument.ImportNode(nextNode, true));
1286
mergeElement.
AppendChild
(mergeSubNode);
1549
configElement.
AppendChild
(configElement.OwnerDocument.ImportNode(node, true));
1933
filesNode.
AppendChild
(fileNode);
1934
applicationElement.
AppendChild
(filesNode);
CodeTaskFactory.cs (1)
494
document.
AppendChild
(_taskNode);
ManifestUtil\mansign2.cs (5)
442
assembly.
AppendChild
(publisherIdentity);
786
issuerNode.
AppendChild
(licenseDom.ImportNode(xmlDigitalSignature, true));
953
dsObject.
AppendChild
(asTimestamp);
956
signatureNode.
AppendChild
(dsObject);
1045
signatureParent.
AppendChild
(xmlDigitalSignature);
ManifestUtil\SecurityUtil.cs (3)
377
document.
AppendChild
(permissionSetElement);
384
permissionSetElement.
AppendChild
(permissionElement);
414
outputDocument.
AppendChild
(psElement);
ManifestUtil\TrustInfo.cs (15)
132
permissionSetElement.ParentNode.
AppendChild
(defaultAssemblyRequestElement);
160
document.
AppendChild
(document.ImportNode(psElement, true));
182
_inputTrustInfoDocument.
AppendChild
(trustInfoElement);
220
document.
AppendChild
(requestedPrivilegeElement);
292
requestedPrivilegeElement.
AppendChild
(requestedPrivilegeComment);
298
requestedPrivilegeElement.
AppendChild
(requestedExecutionLevelElement);
325
trustInfoElement.
AppendChild
(securityElement);
331
securityElement.
AppendChild
(applicationRequestMinimumElement);
337
applicationRequestMinimumElement.
AppendChild
(permissionSetElement);
566
outputDocument.
AppendChild
(outputPermissionSetElement);
577
privilegeDocument.
AppendChild
(requestedPrivilegeElement);
721
assemblyElement.
AppendChild
(trustInfoElement);
764
trustInfoElement.
AppendChild
(securityElement);
770
securityElement.
AppendChild
(applicationRequestMinimumElement);
781
applicationRequestMinimumElement.
AppendChild
(permissionSetElement);
ManifestUtil\XmlUtil.cs (2)
52
newElement.
AppendChild
(childElement);
57
newElement.
AppendChild
(childComment);
Microsoft.Maui.Resizetizer (7)
TizenResourceXmlGenerator.cs (7)
35
doc.
AppendChild
(docNode);
38
doc.
AppendChild
(rootNode);
42
rootNode.
AppendChild
(groupImageNode);
46
rootNode.
AppendChild
(groupLayoutNode);
50
rootNode.
AppendChild
(groupSoundNode);
54
rootNode.
AppendChild
(groupBinNode);
78
groupNode.
AppendChild
(node);
Microsoft.Web.Xdt.Extensions (1)
InsertOrAppendAttribute.cs (1)
86
TargetNode.
AppendChild
(TransformNode);
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (6)
722
root.
AppendChild
(nodeItemGroup);
747
nodeItem.
AppendChild
(embedItem);
755
nodeItem.
AppendChild
(embedItem);
759
nodeItemGroup.
AppendChild
(nodeItem);
788
nodeItemGroup.
AppendChild
(nodeItem);
865
previousNodeImportTargets = root.
AppendChild
(nodeImportTargets);
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
115
entryPoint.
AppendChild
(hostInBrowser);
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1386
_dumpDoc.
AppendChild
(_currentDumpNode);
1574
_currentDumpNode.
AppendChild
(newDumpNode);
ReachFramework (4)
PrintConfig\PrintSchemaShim.cs (3)
139
valueElem.
AppendChild
(textNode);
141
parameterInitElem.
AppendChild
(valueElem);
143
ticket.XmlDoc.DocumentElement.
AppendChild
(parameterInitElem);
PrintConfig\PrtTicket_Editor.cs (1)
368
return (XmlElement)parent.
AppendChild
(newNode);
System.Data.Common (71)
System\Data\DataSet.cs (9)
1593
xdoc.
AppendChild
(node);
1763
topNode.
AppendChild
(node);
1770
xdoc.
AppendChild
(topNode);
1860
xdoc.
AppendChild
(schNode);
2228
topNode.
AppendChild
(node);
2271
xdoc.
AppendChild
(topNode);
2638
xdoc.
AppendChild
(xdoc.CreateElement("ds_sqlXmlWraPPeR"));
2781
topNode.
AppendChild
(node);
2794
xdoc.
AppendChild
(topNode);
System\Data\DataTable.cs (5)
5927
topNode.
AppendChild
(node);
5941
xdoc.
AppendChild
(topNode);
6038
xdoc.
AppendChild
(xdoc.CreateElement("ds_sqlXmlWraPPeR"));
6221
topNode.
AppendChild
(node);
6238
xdoc.
AppendChild
(topNode);
System\Data\SimpleType.cs (3)
279
type.
AppendChild
(constraint);
285
type.
AppendChild
(constraint);
288
typeNode.
AppendChild
(type);
System\Data\xmlsaver.cs (41)
668
rootSchema.
AppendChild
(_dsElement);
673
xd.
AppendChild
(rootSchema);
687
_dsElement.
AppendChild
(_constraintSeparator);
737
rootSchema.
AppendChild
(el);
744
dsCompositor.
AppendChild
(node);
747
dsCompositor.
AppendChild
(el);
754
dsCompositor.
AppendChild
(node);
760
rootSchema.
AppendChild
(_dsElement);
794
rootSchema.
AppendChild
(nodeAnn);
797
nodeAnn.
AppendChild
(nodeApp);
800
nodeApp.
AppendChild
(HandleRelation(rel, xd));
831
xd.
AppendChild
(rootSchema); // KB
873
_dc.
AppendChild
(tNode);
926
xd.
AppendChild
(rootSchema);
965
_dsElement.
AppendChild
(_constraintSeparator);
1008
rootSchema.
AppendChild
(el);
1011
rootSchema.
AppendChild
(_dsElement);
1068
_dsElement.
AppendChild
(type);
1072
type.
AppendChild
(compositor);
1118
doc.
AppendChild
(rootSchema);
1295
schNode.
AppendChild
(type);
1311
root.
AppendChild
(type);
1515
schNode.
AppendChild
(root);
1571
schNode.
AppendChild
(el);
1849
typeSchema.
AppendChild
(type);
1855
root.
AppendChild
(type);
1889
type.
AppendChild
(sc);
1891
sc.
AppendChild
(ext);
1897
type.
AppendChild
(compositor);
1917
node.
AppendChild
(el);
1956
compositor.
AppendChild
(NestedTable);
1961
GetSchema(childTable.Namespace).
AppendChild
(NestedTable);
1964
compositor.
AppendChild
(NestedTable);
1974
nodeAnn.
AppendChild
(nodeApp);
1976
nodeApp.
AppendChild
(HandleRelation(childRelations[j], dc));
2026
constraint.
AppendChild
(selector);
2061
constraint.
AppendChild
(field);
2100
constraint.
AppendChild
(selector);
2129
constraint.
AppendChild
(field);
2172
constraint.
AppendChild
(selector);
2213
constraint.
AppendChild
(field);
System\Xml\XmlBoundElement.cs (1)
136
return base.
AppendChild
(newChild);
System\Xml\XmlDataDocument.cs (12)
468
AppendChild
(docelem);
498
docElem.
AppendChild
(oldDocElem);
560
rowElement.
AppendChild
(childElem);
690
newNode.
AppendChild
(CreateTextNode(col.ConvertObjectToXml(value)));
1013
newNode.
AppendChild
(CloneTreeInternal(dp));
1043
clone.
AppendChild
(cloneNode);
1397
EnsureDocumentElement().
AppendChild
(rowElement);
1743
newParent.
AppendChild
(childElement);
1751
EnsureNonRowDocumentElement().
AppendChild
(childElement);
1760
EnsureNonRowDocumentElement().
AppendChild
(childElement);
2248
parent.
AppendChild
(rowElement);
2343
parent.
AppendChild
(CreateTextNode(value));
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
321
typeElement.
AppendChild
(argumentElement);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
1065
wrapperElement.
AppendChild
(xmlChildNodes[i]);
System.Private.Xml (17)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
378
elementNode.
AppendChild
(textNode);
System\Xml\Dom\DocumentXmlWriter.cs (2)
407
_start.
AppendChild
(_fragment[i]);
532
parent.
AppendChild
(node);
System\Xml\Dom\XmlAttribute.cs (2)
312
node = base.
AppendChild
(newChild);
317
node = base.
AppendChild
(newChild);
System\Xml\Dom\XmlDocument.cs (1)
1045
toNode.
AppendChild
(ImportNodeInternal(n, deep));
System\Xml\Dom\XmlElement.cs (1)
610
AppendChild
(OwnerDocument.CreateTextNode(value));
System\Xml\Dom\XmlNode.cs (3)
254
return
AppendChild
(newChild);
604
AppendChild
(node);
959
AppendChild
(OwnerDocument!.CreateTextNode(value));
System\Xml\Schema\Parser.cs (5)
326
_parentNode.
AppendChild
(currentNode);
391
_parentNode!.
AppendChild
(element);
458
eref.
AppendChild
(_dummyDocument.CreateTextNode(_reader.Value));
463
eref.
AppendChild
(_dummyDocument.CreateTextNode(string.Empty));
467
eref.
AppendChild
(LoadEntityReferenceInAttribute());
System\Xml\Serialization\XmlSerializationReader.cs (2)
878
doc.
AppendChild
(doc.ImportNode(n, true));
1947
unknownElement?.
AppendChild
(xmlNode);
System.Security.Cryptography.Xml (79)
System\Security\Cryptography\Xml\CipherData.cs (3)
84
cipherValueElement.
AppendChild
(document.CreateTextNode(Convert.ToBase64String(CipherValue)));
85
cipherDataElement.
AppendChild
(cipherValueElement);
92
cipherDataElement.
AppendChild
(CipherReference.GetXml(document));
System\Security\Cryptography\Xml\CipherReference.cs (1)
64
referenceElement.
AppendChild
(TransformChain.GetXml(document, EncryptedXml.XmlEncNamespaceUrl));
System\Security\Cryptography\Xml\DataObject.cs (1)
131
objectElement.
AppendChild
(document.ImportNode(node, true));
System\Security\Cryptography\Xml\DSAKeyValue.cs (15)
100
pElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(dsaParams.P!)));
101
dsaKeyValueElement.
AppendChild
(pElement);
104
qElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(dsaParams.Q!)));
105
dsaKeyValueElement.
AppendChild
(qElement);
108
gElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(dsaParams.G!)));
109
dsaKeyValueElement.
AppendChild
(gElement);
112
yElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(dsaParams.Y!)));
113
dsaKeyValueElement.
AppendChild
(yElement);
119
jElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(dsaParams.J)));
120
dsaKeyValueElement.
AppendChild
(jElement);
126
seedElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(dsaParams.Seed)));
127
dsaKeyValueElement.
AppendChild
(seedElement);
130
counterElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(Utils.ConvertIntToByteArray(dsaParams.Counter))));
131
dsaKeyValueElement.
AppendChild
(counterElement);
134
keyValueElement.
AppendChild
(dsaKeyValueElement);
System\Security\Cryptography\Xml\EncryptedData.cs (5)
97
encryptedDataElement.
AppendChild
(EncryptionMethod.GetXml(document));
101
encryptedDataElement.
AppendChild
(KeyInfo.GetXml(document));
106
encryptedDataElement.
AppendChild
(CipherData.GetXml(document));
115
encryptionPropertiesElement.
AppendChild
(ep.GetXml(document));
117
encryptedDataElement.
AppendChild
(encryptionPropertiesElement);
System\Security\Cryptography\Xml\EncryptedKey.cs (9)
174
encryptedKeyElement.
AppendChild
(EncryptionMethod.GetXml(document));
178
encryptedKeyElement.
AppendChild
(KeyInfo.GetXml(document));
183
encryptedKeyElement.
AppendChild
(CipherData.GetXml(document));
192
encryptionPropertiesElement.
AppendChild
(ep.GetXml(document));
194
encryptedKeyElement.
AppendChild
(encryptionPropertiesElement);
203
referenceListElement.
AppendChild
(ReferenceList[index].GetXml(document));
205
encryptedKeyElement.
AppendChild
(referenceListElement);
213
carriedKeyNameElement.
AppendChild
(carriedKeyNameText);
214
encryptedKeyElement.
AppendChild
(carriedKeyNameElement);
System\Security\Cryptography\Xml\EncryptedReference.cs (1)
100
referenceElement.
AppendChild
(TransformChain.GetXml(document, SignedXml.XmlDsigNamespaceUrl));
System\Security\Cryptography\Xml\EncryptedXml.cs (3)
845
parent.
AppendChild
(importedNode);
853
parent.
AppendChild
(dummy);
906
inputElement.
AppendChild
(elemED);
System\Security\Cryptography\Xml\EncryptionMethod.cs (2)
76
keySizeElement.
AppendChild
(document.CreateTextNode(_keySize.ToString(null, null)));
77
encryptionMethodElement.
AppendChild
(keySizeElement);
System\Security\Cryptography\Xml\KeyInfo.cs (1)
56
keyInfoElement.
AppendChild
(xmlElement);
System\Security\Cryptography\Xml\KeyInfoName.cs (1)
47
nameElement.
AppendChild
(xmlDocument.CreateTextNode(_keyName));
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (13)
231
issuerNameElement.
AppendChild
(xmlDocument.CreateTextNode(issuerSerial.IssuerName));
232
issuerSerialElement.
AppendChild
(issuerNameElement);
234
serialNumberElement.
AppendChild
(xmlDocument.CreateTextNode(issuerSerial.SerialNumber));
235
issuerSerialElement.
AppendChild
(serialNumberElement);
236
x509DataElement.
AppendChild
(issuerSerialElement);
245
subjectKeyIdElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(subjectKeyId)));
246
x509DataElement.
AppendChild
(subjectKeyIdElement);
255
subjectNameElement.
AppendChild
(xmlDocument.CreateTextNode(subjectName));
256
x509DataElement.
AppendChild
(subjectNameElement);
265
x509Element.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(certificate.GetRawCertData())));
266
x509DataElement.
AppendChild
(x509Element);
273
crlElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(_CRL)));
274
x509DataElement.
AppendChild
(crlElement);
System\Security\Cryptography\Xml\Reference.cs (4)
183
referenceElement.
AppendChild
(TransformChain.GetXml(document, SignedXml.XmlDsigNamespaceUrl));
191
referenceElement.
AppendChild
(digestMethodElement);
201
digestValueElement.
AppendChild
(document.CreateTextNode(Convert.ToBase64String(_digestValue!)));
202
referenceElement.
AppendChild
(digestValueElement);
System\Security\Cryptography\Xml\RSAKeyValue.cs (5)
82
modulusElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(rsaParams.Modulus!)));
83
rsaKeyValueElement.
AppendChild
(modulusElement);
86
exponentElement.
AppendChild
(xmlDocument.CreateTextNode(Convert.ToBase64String(rsaParams.Exponent!)));
87
rsaKeyValueElement.
AppendChild
(exponentElement);
89
keyValueElement.
AppendChild
(rsaKeyValueElement);
System\Security\Cryptography\Xml\Signature.cs (5)
103
signatureElement.
AppendChild
(_signedInfo.GetXml(document));
110
signatureValueElement.
AppendChild
(document.CreateTextNode(Convert.ToBase64String(_signatureValue)));
113
signatureElement.
AppendChild
(signatureValueElement);
117
signatureElement.
AppendChild
(KeyInfo.GetXml(document));
125
signatureElement.
AppendChild
(dataObj.GetXml(document));
System\Security\Cryptography\Xml\SignedInfo.cs (5)
173
signedInfoElement.
AppendChild
(canonicalizationMethodElement);
186
hmacLengthElement.
AppendChild
(outputLength);
187
signatureMethodElement.
AppendChild
(hmacLengthElement);
190
signedInfoElement.
AppendChild
(signatureMethodElement);
199
signedInfoElement.
AppendChild
(reference.GetXml(document));
System\Security\Cryptography\Xml\Transform.cs (1)
138
transformElement.
AppendChild
(document.ImportNode(node, true));
System\Security\Cryptography\Xml\TransformChain.cs (1)
164
transformsElement.
AppendChild
(transformElement);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (1)
132
element.
AppendChild
(exceptUriElement);
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
104
element.
AppendChild
(prefixListElement);
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
114
document.
AppendChild
(element);