3 references to EndsWithSlash
MSBuildTaskHost (3)
Utilities\FileUtilities.cs (2)
247if (directory.Length > 0 && !EndsWithSlash(directory)) 278if (!EndsWithSlash(fullPath) && (IsDrivePattern(fileSpec) || IsUncPattern(fullPath)))
Utilities\FileUtilities.ItemSpecModifiers.cs (1)
275if (!EndsWithSlash(rootDir))