4 references to HasWindowsDirectorySeparatorOnUnix
Microsoft.Build.Framework (4)
FileUtilities.cs (4)
151if (IsSlash(path.Value[path.Value.Length - 1]) && !HasWindowsDirectorySeparatorOnUnix(path.Value)) 179if (!IsSlash(path.Value[path.Value.Length - 1]) && !HasWindowsDirectorySeparatorOnUnix(path.Value)) 206!HasWindowsDirectorySeparatorOnUnix(path.Value) && 222if (string.IsNullOrEmpty(path.Value) || !HasWindowsDirectorySeparatorOnUnix(path.Value))