2 references to ConvertToSlnx
Microsoft.Build.Engine.UnitTests (2)
Construction\SolutionFilter_Tests.cs (2)
267""path"": """ + (convertToSlnx ? ConvertToSlnx(sln.Path) : sln.Path).Replace("\\", "\\\\") + @""", 421string slnPath = (convertToSlnx ? ConvertToSlnx(sln.Path) : sln.Path).Replace("\\", "\\\\");