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