6 references to AddBeforeSelf
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
199transUnit.AddBeforeSelf(newTransUnit);
NuGet.Configuration (1)
Utility\XElementUtility.cs (1)
98element.AddBeforeSelf(new XText(childIndent));
NuGet.PackageManagement (3)
Utility\XElementExtensions.cs (3)
150AddContents(pendingComments, sourceChild.AddBeforeSelf); 176AddContents(pendingComments, newlyAddedElement.AddBeforeSelf); 300element.AddBeforeSelf(new XText(childIndent));
System.Private.Xml.Linq (1)
System\Xml\Linq\XNode.cs (1)
172AddBeforeSelf((object)content);