1 override of PrependChild
System.Private.Xml (1)
System\Xml\Dom\XmlAttribute.cs (1)
289public override XmlNode? PrependChild(XmlNode newChild)
10 references to PrependChild
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (2)
775root.PrependChild(nodeItemGroup); 846previousNodeImportProps = root.PrependChild(nodeImportProps);
System.Data.Common (4)
System\Data\xmlsaver.cs (4)
824rootSchema.PrependChild(_import); 898tNode.PrependChild(_import2); 931rootSchema.PrependChild(comment); 1971NestedTable.PrependChild(nodeAnn);
System.Private.Xml (4)
System\Xml\Dom\DocumentXmlWriter.cs (1)
400_start.PrependChild(_fragment[i]);
System\Xml\Dom\XmlAttribute.cs (2)
295node = base.PrependChild(newChild); 300node = base.PrependChild(newChild);
System\Xml\Dom\XmlNode.cs (1)
368return PrependChild(newChild);