20 references to XDocument
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
292var doc = new XDocument(
illink (1)
ILLink.Tasks (1)
CombineLinkerXmlFiles.cs (1)
41var xdoc = new XDocument(combined);
Microsoft.AspNetCore.DataProtection (3)
XmlEncryption\XmlEncryptionExtensions.cs (3)
29var doc = new XDocument(new XElement(element)); 111var doc = new XDocument(new XElement(element)); 131var innerDoc = new XDocument(clonedElementWhichRequiresEncryption);
Microsoft.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
1134var doc = new XDocument(solutionElement);
Microsoft.DotNet.PackageTesting (1)
VerifyClosure.cs (1)
346var doc = new XDocument(new XElement(s_dgmlns + "DirectedGraph"));
Microsoft.DotNet.SharedFramework.Sdk (1)
src\arcade\src\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (1)
346var doc = new XDocument(new XElement(s_dgmlns + "DirectedGraph"));
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
48_document = new XDocument(
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
BlazorWriteSatelliteAssemblyFile.cs (1)
47var xDocument = new XDocument(root);
CreateBlazorTrimmerRootDescriptorFile.cs (1)
72return new XDocument(roots).Root.ToString();
NuGet.Configuration (1)
Settings\SettingsFile.cs (1)
206return new XDocument(configurationElement.AsXNode());
NuGet.PackageManagement (2)
Utility\MSBuildNuGetProjectSystemUtility.cs (1)
36var document = new XDocument(new XElement(rootName));
Utility\XmlUtility.cs (1)
29var document = new XDocument(new XElement(rootName));
NuGet.Packaging (4)
PackageCreation\Authoring\Manifest.cs (1)
100new XDocument(
PackageCreation\Authoring\PackageBuilder.cs (3)
1191XDocument document = new XDocument( 1244XDocument document = new XDocument(element); 1264XDocument document = new XDocument(
System.Private.Xml.Linq (1)
System\Xml\Linq\XDocument.cs (1)
91: this(content)