5 references to FirstNode
Microsoft.Extensions.FileProviders.Embedded (1)
Manifest\ManifestParser.cs (1)
142element.FirstNode?.NodeType == XmlNodeType.Text)
System.Private.Xml.Linq (2)
System\Xml\Linq\Extensions.cs (1)
388if (c != null && (first = c.FirstNode) != null)
System\Xml\Linq\XContainer.cs (1)
752if (c != null && (first = c.FirstNode) != null)
WorkloadBuildTasks (2)
PatchNuGetConfig.cs (2)
126if (packageSourceMapping.FirstNode is not null) 128packageSourceMapping.FirstNode?.AddBeforeSelf(newPackageSourceMappingElement);