3 references to ToXml
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
502
_fileSystem.WriteToFile(tempXmlFile, modelFromItems.
ToXml
().ToString(SaveOptions.DisableFormatting));
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishBuildToMaestro.cs (1)
147
_fileSystem.WriteToFile(mergedManifestPath, buildModel.
ToXml
().ToString());
src\PushToBuildStorage.cs (1)
346
fileSystem.WriteToFile(AssetManifestPath, buildModel.
ToXml
().ToString(SaveOptions.DisableFormatting));