4 references to EndsInDirectorySeparator
Microsoft.AspNetCore (1)
HostingPathResolver.cs (1)
15Path.EndsInDirectorySeparator(path) ? path : path + Path.DirectorySeparatorChar;
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\AppContext.AnyOS.cs (1)
32if (!Path.EndsInDirectorySeparator(directory))
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
409if (OperatingSystem.IsBrowser() && Path.EndsInDirectorySeparator(sourceFullPath) && FileExists(sourceFullPath)) 441&& Path.EndsInDirectorySeparator(sourceFullPath))