2 references to EndsInDirectorySeparator
System.Private.CoreLib (2)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
220EndsInDirectorySeparator(path) && !IsRoot(path.AsSpan()) ?
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
967public static bool EndsInDirectorySeparator([NotNullWhen(true)] string? path) => PathInternal.EndsInDirectorySeparator(path);