2 references to ConvertToSlnx
Microsoft.Build.Engine.UnitTests (2)
Construction\SolutionFile_NewParser_Tests.cs (1)
140
string solutionPath = convertToSlnx ?
ConvertToSlnx
(sln.Path) : sln.Path;
Construction\SolutionProjectGenerator_Tests.cs (1)
101
string solutionPath = convertToSlnx ? SolutionFile_NewParser_Tests.
ConvertToSlnx
(sln.Path) : sln.Path;