2 references to ToPlatformSlash
Microsoft.Build (1)
FileUtilities.cs (1)
1314
internal static string NormalizeForPathComparison(this string s) => s.
ToPlatformSlash
().TrimTrailingSlashes();
Microsoft.Build.Engine.UnitTests (1)
FileMatcher_Tests.cs (1)
105
foreach (string fullPath in GetFilesComplexGlobbingMatchingInfo.FilesToCreate.Select(i => Path.Combine(testFolder.Path, i.
ToPlatformSlash
())))