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