2 references to EndsInDirectorySeparator
System.Formats.Tar (2)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (2)
19
=>
EndsInDirectorySeparator
(path.AsSpan()) ? path : path + DirectorySeparatorCharAsString;
230
EndsInDirectorySeparator
(path) && !IsRoot(path) ?