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