1 override of PrependChild
System.Private.Xml (1)
System\Xml\Dom\XmlAttribute.cs (1)
289public override XmlNode? PrependChild(XmlNode newChild)
11 references to PrependChild
Microsoft.Build.Engine (1)
Engine\Project.cs (1)
2168this.mainProjectElement.PrependChild(newPropertyGroup.PropertyGroupElement);
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (2)
780root.PrependChild(nodeItemGroup); 851previousNodeImportProps = root.PrependChild(nodeImportProps);
System.Data.Common (4)
System\Data\xmlsaver.cs (4)
823rootSchema.PrependChild(_import); 897tNode.PrependChild(_import2); 930rootSchema.PrependChild(comment); 1961NestedTable.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);