5 references to Load
dotnet.Tests (1)
CommandTests\Test\GivenDotnetTestBuildsAndRunsArtifactPostProcessing.cs (1)
191XElement runSettingsXml = XElement.Load(runSettings);
Microsoft.DotNet.MacOsPkg.Core (2)
Package.cs (2)
56var xml = XElement.Load(distribution); 158XElement pkgInfo = XElement.Load(packageInfo);
Microsoft.NET.Build.Tests (2)
GivenThatWeWantToBuildADesktopExe.cs (2)
764XElement root = XElement.Load(outputDirectory.GetFiles("DesktopNeedsBindingRedirects.exe.config").Single().FullName); 885return XElement.Load(outputDirectory.GetFiles("DesktopNeedsBindingRedirects.exe.config").Single().FullName);