6 references to IsSlash
Microsoft.Build.Engine.OM.UnitTests (6)
FileUtilities.cs (6)
222if (fileSpec.Length > 0 && !IsSlash(fileSpec[fileSpec.Length - 1])) 236while (start < stop && IsSlash(path[start])) 240while (start < stop && IsSlash(path[stop - 1])) 254while (start < stop && IsSlash(path[start])) 259return FixFilePath(start < stop && IsSlash(path[stop - 1]) ? 338? IsSlash(fileSpec[fileSpec.Length - 1])