18 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.Extensions.AI.Abstractions.Tests (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.XDocument.g.cs (2)
160Getter = static obj => ((global::System.Xml.Linq.XContainer)obj).LastNode, 319XNodeSerializeHandler(writer, ((global::System.Xml.Linq.XContainer)value).LastNode);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.XElement.g.cs (2)
240Getter = static obj => ((global::System.Xml.Linq.XContainer)obj).LastNode, 403XNodeSerializeHandler(writer, ((global::System.Xml.Linq.XContainer)value).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;
Shared.Tests (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.XDocument.g.cs (2)
160Getter = static obj => ((global::System.Xml.Linq.XContainer)obj).LastNode, 320XNodeSerializeHandler(writer, ((global::System.Xml.Linq.XContainer)value).LastNode);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.XElement.g.cs (2)
244Getter = static obj => ((global::System.Xml.Linq.XContainer)obj).LastNode, 408XNodeSerializeHandler(writer, ((global::System.Xml.Linq.XContainer)value).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);