1 override of Save
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
300public override void Save(string filename)
9 references to Save
ILLink.Tasks (1)
CreateRuntimeRootDescriptorFile.cs (1)
346 doc.Save (outputFileName);
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
303base.Save(filename);
Microsoft.Build.BuildCheck.UnitTests (1)
EndToEndTests.cs (1)
588doc.Save(Path.Combine(checkCandidatePath, "nuget.config"));
Microsoft.Build.Tasks.Core (3)
ManifestUtil\Manifest.cs (1)
434document.Save(outputPath);
ManifestUtil\SecurityUtil.cs (1)
740doc.Save(path);
XmlPoke.cs (1)
147xmlDoc.Save(XmlInputPath.ItemSpec);
Microsoft.ML.NugetPackageVersionUpdater (1)
Program.cs (1)
78csprojDoc.Save(projectFilePath);
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (2)
170xmlProjectDoc.Save(tempProj); 297xmlProjectDoc.Save(TemporaryTargetAssemblyProjectName);