44 references to Load
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
431XDocument doc = XDocument.Load(filePath);
IIS.FunctionalTests (4)
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (1)
152var xDocument = XDocument.Load(xmlFile).Root;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
100var document = XDocument.Load(webConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
78ancmConfig = XDocument.Load(ancmConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (1)
103XDocument webConfig = XDocument.Load(webConfigLocation);
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
100var document = XDocument.Load(webConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
78ancmConfig = XDocument.Load(ancmConfigPath);
IIS.NewHandler.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
100var document = XDocument.Load(webConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
78ancmConfig = XDocument.Load(ancmConfigPath);
IIS.NewShim.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
100var document = XDocument.Load(webConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
78ancmConfig = XDocument.Load(ancmConfigPath);
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
100var document = XDocument.Load(webConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\RequiresIISAttribute.cs (1)
78ancmConfig = XDocument.Load(ancmConfigPath);
IIS.Tests (1)
Utilities\TestServer.cs (1)
125var webHostConfig = XDocument.Load(Path.GetFullPath("HostableWebCore.config"));
IISExpress.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (1)
152var xDocument = XDocument.Load(xmlFile).Root;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
100var document = XDocument.Load(webConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (1)
103XDocument webConfig = XDocument.Load(webConfigLocation);
ILLink.Tasks (1)
CombineLinkerXmlFiles.cs (1)
32 XDocument subFile = XDocument.Load (linkerXmlFile.ItemSpec);
Microsoft.AspNetCore.App.UnitTests (5)
SharedFxTests.cs (2)
268var runtimeListDoc = XDocument.Load(runtimeListPath); 321var runtimeListDoc = XDocument.Load(runtimeListPath);
TargetingPackTests.cs (3)
299var frameworkListDoc = XDocument.Load(frameworkListPath); 362var frameworkListDoc = XDocument.Load(frameworkListPath); 404var frameworkListDoc = XDocument.Load(frameworkListPath);
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
154var webConfig = XDocument.Load(webConfigFilePath);
xunit\IISExpressAncmSchema.cs (1)
35ancmConfig = XDocument.Load(ancmConfigPath);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployerBase.cs (2)
25var document = XDocument.Load(ApplicationHostConfigPath); 44var webconfig = XDocument.Load(path);
Microsoft.DotNet.Arcade.Sdk (4)
src\ExtractNgenMethodList.cs (1)
53var document = XDocument.Load(IbcXmlFilePath);
src\GenerateResxSource.cs (1)
106foreach (var node in XDocument.Load(ResourceFile).Descendants("data"))
src\SourceBuild\AddSourceMappingToNugetConfig.cs (1)
27XDocument document = XDocument.Load(NuGetConfigFile);
src\SourceBuild\AddSourceToNuGetConfig.cs (1)
33XDocument document = XDocument.Load(NuGetConfigFile);
Microsoft.DotNet.Build.Tasks.Installers (3)
src\CreateWixCommandPackageDropBase.cs (1)
192XDocument doc = XDocument.Load(wixObjFilePath);
src\GenerateMacOSDistributionFile.cs (1)
39XDocument document = XDocument.Load(TemplatePath);
src\StabilizeWixFileId.cs (1)
52XDocument content = XDocument.Load(SourceFile);
Microsoft.DotNet.Build.Tasks.Packaging (1)
PackageIndex.cs (1)
216XDocument frameworkList = XDocument.Load(frameworkListPath);
Microsoft.DotNet.Build.Tasks.Workloads (4)
Msi\MsiPayloadPackageProject.wix.cs (1)
57var proj = XDocument.Load(msiCsproj);
Msi\WorkloadPackGroupMsi.wix.cs (3)
84var directoriesDoc = XDocument.Load(directoriesWxsPath); 92var productDoc = XDocument.Load(productWxsPath); 100var registryDoc = XDocument.Load(registryWxsPath);
Microsoft.DotNet.SignTool.Tests (1)
FakeBuildEngine.cs (1)
42var xml = XDocument.Load(projectFileName);
Microsoft.DotNet.XliffTasks (1)
Tasks\TransformTemplates.cs (1)
66XDocument templateXml = XDocument.Load(templatePath);
Microsoft.Extensions.SecretManager.Tools.Tests (1)
InitCommandTest.cs (1)
96var projectDocument = XDocument.Load(projectFile);
System.Private.Xml.Linq (1)
System\Xml\Linq\XElement.cs (1)
549/// <seealso cref="XDocument.Load(string)" />
WorkloadBuildTasks (1)
PatchNuGetConfig.cs (1)
91XDocument doc = XDocument.Load(templateNuGetConfigPath);