6 references to ToXml
Microsoft.DotNet.Build.Tasks.Feed (2)
src\GenerateBuildManifest.cs (1)
147fileSystem.WriteToFile(OutputPath, buildModel.ToXml().ToString());
src\PushToBuildStorage.cs (1)
239fileSystem.WriteToFile(AssetManifestPath, buildModel.ToXml().ToString(SaveOptions.DisableFormatting));
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
BuildModelFactoryTests.cs (1)
508_fileSystem.WriteToFile(tempXmlFile, modelFromItems.ToXml().ToString(SaveOptions.DisableFormatting));
Microsoft.DotNet.VersionTools.Tests (3)
BuildManifest\ManifestModelTests.cs (3)
29XElement modelXml = model.ToXml(); 50XElement modelXml = model.ToXml(); 59XElement modelXml = model.ToXml();