6 references to IsSlash
Microsoft.Build.Engine.OM.UnitTests (6)
FileUtilities.cs (6)
235if (fileSpec.Length > 0 && !IsSlash(fileSpec[fileSpec.Length - 1])) 249while (start < stop && IsSlash(path[start])) 253while (start < stop && IsSlash(path[stop - 1])) 267while (start < stop && IsSlash(path[start])) 272return FixFilePath(start < stop && IsSlash(path[stop - 1]) ? 359? IsSlash(fileSpec[fileSpec.Length - 1])