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