3 references to EndsWithSeparator
Microsoft.SourceLink.Common (3)
GenerateSourceLinkFile.cs (1)
56
if (!localPath.
EndsWithSeparator
())
parent\Common\Utilities\PathUtilities.cs (2)
49
=> path.
EndsWithSeparator
() ? path : path + Path.DirectorySeparatorChar;
52
=> path.
EndsWithSeparator
() ? path : path + separator;