4 references to HasWindowsDirectorySeparatorOnUnix
Microsoft.Build.Framework (4)
FileUtilities.cs (4)
279if (IsSlash(path.Value[path.Value.Length - 1]) && !HasWindowsDirectorySeparatorOnUnix(path.Value)) 307if (!IsSlash(path.Value[path.Value.Length - 1]) && !HasWindowsDirectorySeparatorOnUnix(path.Value)) 334!HasWindowsDirectorySeparatorOnUnix(path.Value) && 350if (string.IsNullOrEmpty(path.Value) || !HasWindowsDirectorySeparatorOnUnix(path.Value))