1 override of ReplaceChild
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
255
public override XmlNode
ReplaceChild
(XmlNode newChild, XmlNode oldChild)
3 references to ReplaceChild
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
468
parent.
ReplaceChild
(fragment0, _start);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (2)
261
node = base.
ReplaceChild
(newChild, oldChild);
266
node = base.
ReplaceChild
(newChild, oldChild);