7 references to 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)
609
expectedItems = expectedItems.
ToSlash
();
Graph\IsolateProjects_Tests.cs (1)
458
Func<string, string> ToForwardSlash = path => path.
ToSlash
();
Microsoft.Build.Framework (2)
FileUtilities.cs (2)
1750
var slash1 =
ToSlash
(strA);
1751
var slash2 =
ToSlash
(strB);
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2043
: path.
ToSlash
();