5 references to IsSlash
Microsoft.Build.Framework (5)
FileUtilities.cs (5)
63? IsSlash(fileSpec[fileSpec.Length - 1]) 85if (fileSpec.Length > 0 && !IsSlash(fileSpec[fileSpec.Length - 1])) 99if (path.Length > 0 && IsSlash(path[path.Length - 1])) 151if (IsSlash(path.Value[path.Value.Length - 1]) && !HasWindowsDirectorySeparatorOnUnix(path.Value)) 179if (!IsSlash(path.Value[path.Value.Length - 1]) && !HasWindowsDirectorySeparatorOnUnix(path.Value))