4 references to Parse
Microsoft.DotNet.Build.Tasks.Feed (1)
src\BuildModelFactory.cs (1)
242
return BuildModel.
Parse
(XElement.Load(assetManifestPath));
Microsoft.DotNet.VersionTools.Tests (3)
BuildManifest\ManifestModelTests.cs (3)
398
var model = BuildModel.
Parse
(xml);
419
var model = BuildModel.
Parse
(xml);
447
orchestratedModel.AddParticipantBuild(BuildModel.
Parse
(XElement.Parse(ExampleBuildString)));