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