3 references to EndsInDirectorySeparator
System.Private.CoreLib (3)
src\libraries\Common\src\System\IO\PathInternal.cs (2)
19
=>
EndsInDirectorySeparator
(path.AsSpan()) ? path : path + DirectorySeparatorCharAsString;
234
EndsInDirectorySeparator
(path) && !IsRoot(path) ?
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
962
public static bool EndsInDirectorySeparator(ReadOnlySpan<char> path) => PathInternal.
EndsInDirectorySeparator
(path);