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