1 reference to ToPlatformSlash
Microsoft.Build.Tasks.Core (1)
FileUtilities.cs (1)
1307internal static string NormalizeForPathComparison(this string s) => s.ToPlatformSlash().TrimTrailingSlashes();