2 overrides of ReplaceChild
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
127
public override XmlNode
ReplaceChild
(XmlNode newChild, XmlNode oldChild)
System.Private.Xml (1)
System\Xml\Dom\XmlAttribute.cs (1)
257
public override XmlNode
ReplaceChild
(XmlNode newChild, XmlNode oldChild)
6 references to ReplaceChild
Microsoft.Build (1)
XmlUtilities.cs (1)
55
oldElement.ParentNode?.
ReplaceChild
(newElement, oldElement);
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
130
return base.
ReplaceChild
(newChild, oldChild);
System.Private.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (1)
477
parent.
ReplaceChild
(fragment0, _start);
System\Xml\Dom\XmlAttribute.cs (2)
263
node = base.
ReplaceChild
(newChild, oldChild);
268
node = base.
ReplaceChild
(newChild, oldChild);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
911
parentNode.
ReplaceChild
(elemED, inputElement);