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