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