5 references to Parse
dotnet (1)
Commands\Test\MTP\MSBuildUtility.cs (1)
39var solutionFile = SolutionFile.Parse(Path.GetFullPath(solutionFilePath));
Microsoft.Build (2)
Graph\GraphBuilder.cs (1)
283Solution = SolutionFile.Parse(solutionEntryPoint.ProjectFile);
Instance\ProjectInstance.cs (1)
2989SolutionFile sp = SolutionFile.Parse(projectFile);
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
713var solutionFile = SolutionFile.Parse(entryProjectPath);
NuGet.CommandLine.XPlat (1)
Utility\MSBuildAPIUtility.cs (1)
95var sln = SolutionFile.Parse(solutionPath);