1 override of AppendChild
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
303public override XmlNode AppendChild(XmlNode newChild)
102 references to AppendChild
dotnet-svcutil-lib (102)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
398elementNode.AppendChild(textNode);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (2)
403_start.AppendChild(_fragment[i]); 521parent.AppendChild(node);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (2)
309node = base.AppendChild(newChild); 314node = base.AppendChild(newChild);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
980toNode.AppendChild(ImportNodeInternal(n, deep));
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
603AppendChild(OwnerDocument.CreateTextNode(value));
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (3)
239return AppendChild(newChild); 595AppendChild(node); 944AppendChild(OwnerDocument.CreateTextNode(value));
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (5)
329_parentNode.AppendChild(currentNode); 394_parentNode.AppendChild(element); 461eref.AppendChild(_dummyDocument.CreateTextNode(_reader.Value)); 466eref.AppendChild(_dummyDocument.CreateTextNode(String.Empty)); 470eref.AppendChild(LoadEntityReferenceInAttribute());
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (2)
911doc.AppendChild(doc.ImportNode(n, true)); 2048if (unknownElement != null) unknownElement.AppendChild(xmlNode);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (1)
183assertion.AppendChild(child);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (8)
381policy.AppendChild(sequenceSTR); 392nestedPolicy.AppendChild(exactlyOnce); 398nestedPolicy.AppendChild(inOrder); 401deliveryAssurance.AppendChild(nestedPolicy); 402policy.AppendChild(deliveryAssurance); 403assertion.AppendChild(policy); 409assertion.AppendChild(child); 414assertion.AppendChild(child);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
172assertion.AppendChild(document.CreateElement(TransportPolicyConstants.DotNetFramingPrefix,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (2)
137protectionLevelElement.AppendChild(document.CreateTextNode(this.ProtectionLevel.ToString())); 138assertion.AppendChild(protectionLevelElement);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (5)
687innerPolicyElement.AppendChild(responsesAssertion); 688addressingAssertion.AppendChild(innerPolicyElement); 854policyElement.AppendChild(exactlyOneElement); 860exactlyOneElement.AppendChild(allElement); 866allElement.AppendChild(iNode);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
1453policyElement.AppendChild(exactlyOneElement); 1459exactlyOneElement.AppendChild(allElement); 1476allElement.AppendChild(workaroundElement);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (38)
249result.AppendChild(e); 275result.AppendChild(CreateWsspAssertion(BodyName)); 279result.AppendChild(CreateWsspHeaderAssertion(header)); 303result.AppendChild(CreateWsspAssertion(BodyName)); 307result.AppendChild(CreateWsspHeaderAssertion(header)); 404result.AppendChild( 502result.AppendChild( 560result.AppendChild( 718result.AppendChild( 731result.AppendChild( 811result.AppendChild( 950policy.AppendChild(CreateTokenAssertion(exporter, p)); 957policy.AppendChild(CreateTokenAssertion(exporter, p)); 964policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 971policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 976result.AppendChild(policy); 1013policy.AppendChild(CreateTokenAssertion(exporter, p)); 1023policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 1031policy.AppendChild( 1038result.AppendChild(policy); 1481result.AppendChild( 1572result.AppendChild( 1701result.AppendChild( 1793result.AppendChild( 1806result.AppendChild( 1824result.AppendChild( 2031result.AppendChild( 2123result.AppendChild( 2178result.AppendChild( 2379result.AppendChild(issuerAssertion); 2385tokenTemplate.AppendChild(doc.ImportNode(p, true)); 2387result.AppendChild(tokenTemplate); 2388result.AppendChild( 2498result.AppendChild( 2580result.AppendChild( 2695nestedPolicy.AppendChild(e); 2698result.AppendChild(nestedPolicy); 2775result.AppendChild(
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy12.cs (13)
64policy.AppendChild(CreateWsspAssertion(WSSecurityPolicy.RequireClientCertificateName)); 68policy.AppendChild(CreateWsspAssertion(WSSecurityPolicy.HttpBasicAuthenticationName)); 72policy.AppendChild(CreateWsspAssertion(WSSecurityPolicy.HttpDigestAuthenticationName)); 74result.AppendChild(policy); 162result.AppendChild( 178result.AppendChild( 195result.AppendChild( 394policy.AppendChild(CreateTokenAssertion(exporter, p)); 401policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 406result.AppendChild(policy); 429policy.AppendChild(CreateTokenAssertion(exporter, p)); 436policy.AppendChild(CreateTokenAssertion(exporter, p, true)); 441result.AppendChild(policy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (11)
693result.AppendChild(doc.CreateTextNode(keySize.ToString(System.Globalization.CultureInfo.InvariantCulture.NumberFormat))); 742result.AppendChild(doc.CreateTextNode(this.DriverDictionary.SymmetricKeyType.Value)); 761result.AppendChild(doc.CreateTextNode(this.DriverDictionary.PublicKeyType.Value)); 790result.AppendChild(doc.CreateTextNode(tokenTypeUri)); 819result.AppendChild(skiNode); 833result.AppendChild(doc.CreateTextNode(signatureAlgorithm)); 851result.AppendChild(doc.CreateTextNode(encryptionAlgorithm)); 864result.AppendChild(doc.CreateTextNode(encryptionAlgorithm)); 887result.AppendChild(doc.CreateTextNode(algorithm)); 900result.AppendChild(doc.CreateTextNode(algorithm)); 944result.AppendChild(element);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (3)
76result.AppendChild(doc.CreateTextNode(DXD.TrustDec2005Dictionary.BearerKeyType.Value)); 141secondaryParamElement.AppendChild(originalRequestParameters[i]); 167result.AppendChild(doc.CreateTextNode(keyWrapAlgorithm));