7 references to ToSlash
Microsoft.Build (2)
FileUtilities.cs (2)
1512var slash1 = strA.ToSlash(); 1513var slash2 = strB.ToSlash();
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildRequestConfiguration_Tests.cs (2)
543glob = glob.Replace(@"c:\", "/").ToSlash(); 544referencePath = referencePath.Replace(@"c:\", "/").ToSlash();
Evaluation\ItemEvaluation_Tests.cs (1)
608expectedItems = expectedItems.ToSlash();
Graph\IsolateProjects_Tests.cs (1)
459Func<string, string> ToForwardSlash = path => path.ToSlash();
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2029: path.ToSlash();