48 references to Save
dotnet.Tests (1)
GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.cs (1)
92projectXml.Save(projectFile.ToString());
EndToEnd.Tests (4)
GivenWindowsApp.cs (1)
51project.Save(projectPath);
ProjectBuildTests.cs (2)
30project.Save(projectPath); 73project.Save(projectPath);
Utilities\TestProjectCreator.cs (1)
73project.Save(projectPath);
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
102document.Save(webConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (1)
108webConfig.Save(webConfigLocation);
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
102document.Save(webConfigPath);
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
102document.Save(webConfigPath);
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
102document.Save(webConfigPath);
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
102document.Save(webConfigPath);
IIS.Tests (1)
Utilities\TestServer.cs (1)
141webHostConfig.Save(_appHostConfigPath);
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
102document.Save(webConfigPath);
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (1)
108webConfig.Save(webConfigLocation);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (3)
IISDeployer.cs (1)
315config.Save(_applicationHostConfig);
IISDeployerBase.cs (2)
27document.Save(ApplicationHostConfigPath); 51webconfig.Save(path);
Microsoft.DotNet.Build.Tasks.Installers (4)
src\CreateWixBuildWixpack.cs (2)
248xmlDocument.Save(file); 622doc.Save(copiedXmlPath);
src\CreateWixCommandPackageDropBase.cs (1)
240doc.Save(wixObjFilePath);
src\StabilizeWixFileId.cs (1)
100content.Save(OutputFile);
Microsoft.DotNet.Build.Tasks.Workloads (4)
Msi\MsiPayloadPackageProject.wix.cs (1)
66proj.Save(msiCsproj);
Msi\WorkloadPackGroupMsi.wix.cs (3)
88directoriesDoc.Save(directoriesWxsPath); 96productDoc.Save(productWxsPath); 109registryDoc.Save(registryWxsPath);
Microsoft.Maui.Resizetizer (2)
GeneratePackageAppxManifest.cs (1)
57 appx.Save(filename);
GenerateTizenManifest.cs (1)
69 manifest.Save(targetFilename);
Microsoft.NET.Build.Containers.IntegrationTests (1)
EndToEndTests.cs (1)
582project.Save(projectPath);
Microsoft.NET.Build.Tasks (1)
GenerateToolsSettingsFile.cs (1)
34.Save(ToolsSettingsFilePath);
Microsoft.NET.Build.Tests (5)
DesignTimeBuildTests.cs (1)
237project.Save(projectFilePath);
GivenThatWeWantToBuildADesktopExe.cs (2)
843appconfigWithoutSupportedRuntime.Save( 865appconfigWithoutSupportedRuntime.Save(
GivenThatWeWantToBuildAWindowsDesktopProject.cs (2)
165project.Save(projFile); 271project.Save(projectPath);
Microsoft.NET.Sdk.Publish.Tasks.Tests (7)
Tasks\GenerateEnvTransformTests.cs (3)
155webConfigTemplate.Save(webConfigPath); 217webConfigTemplate.Save(webConfigPath); 285webConfigTemplate.Save(webConfigPath);
Tasks\TransformXmlTests.cs (4)
59_webConfigTemplate.Save(sourceFile); 60_webConfigTransformRemoveAll.Save(transformFile); 104_webConfigTemplate.Save(sourceFile); 105_webConfigTransformAdd.Save(transformFile);
Microsoft.NET.TestFramework (4)
Commands\GetValuesCommand.cs (2)
102project.Save(ProjectFile); 137customAfterDirectoryBuildTargets.Save(customAfterDirectoryBuildTargetsPath);
ProjectConstruction\TestProject.cs (1)
404customAfterDirectoryBuildTargets.Save(customAfterDirectoryBuildTargetsPath.FullName);
TestAsset.cs (1)
314csprojDoc.Save(projectPath);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\DiagnosticItem.cs (1)
59ruleSetDocument.Save(pathToRuleSet);
sdk-tasks (1)
OverrideAndCreateBundledNETCoreAppPackageVersion.cs (1)
118stage2Doc.Save(Stage2BundledVersionsPath);
XmlFileLogger (1)
ObjectModel\Build.cs (1)
57document.Save(logFile);