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