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