7 references to ToXml
Microsoft.DotNet.VersionTools (2)
BuildManifest\BuildManifestClient.cs (2)
87Contents = build.ToXml().ToString() 145XElement modifiedModelXml = modifiedModel.ToXml();
Microsoft.DotNet.VersionTools.Tests (5)
BuildManifest\BuildManifestClientTests.cs (3)
68objects[0].Content == build.ToXml().ToString() && 107string fakeExistingBuildString = fakeExistingBuild.ToXml().ToString(); 185.ReturnsAsync(() => fakeNewExistingBuild.ToXml().ToString());
BuildManifest\ManifestModelTests.cs (2)
409XElement modelXml = model.ToXml(); 449XElement modelXml = orchestratedModel.ToXml();