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