6 references to LastNode
System.Private.Xml.Linq (4)
System\Xml\Linq\Extensions.cs (1)
136XNode? n = root.LastNode;
System\Xml\Linq\XContainer.cs (2)
57return LastNode?.next; 351XNode? n = LastNode;
System\Xml\XPath\XNodeNavigator.cs (1)
895} while (t != t.GetParent()!.LastNode);
WorkloadBuildTasks (2)
PatchNuGetConfig.cs (2)
100if (packageSources.LastNode is not null) 102packageSources.LastNode.AddAfterSelf(newPackageSourceElement);