10 references to LastNode
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlComments\XmlComment.InheritDoc.cs (1)
387copy = temp.LastNode!;
Microsoft.CodeAnalysis (1)
InternalUtilities\XmlUtilities.cs (1)
30copy = temp.LastNode!;
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
576copy = temp.LastNode!;
Microsoft.NET.Sdk.Publish.Tasks (1)
WebConfigTransform.cs (1)
268document?.LastNode?.AddAfterSelf(new XComment(projectGuidValue));
NuGet.Configuration (1)
Utility\XElementUtility.cs (1)
112var lastChildText = container.LastNode as XText;
NuGet.PackageManagement (1)
Utility\XElementExtensions.cs (1)
284var lastChildText = container.LastNode as XText;
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);