2 references to EndsWithSeparator
Microsoft.Build.Tasks.Git (2)
parent\Common\Utilities\PathUtilities.cs (2)
49
=> path.
EndsWithSeparator
() ? path : path + Path.DirectorySeparatorChar;
52
=> path.
EndsWithSeparator
() ? path : path + separator;