5 references to EndsInDirectorySeparator
Microsoft.AspNetCore (1)
HostingPathResolver.cs (1)
15
Path.
EndsInDirectorySeparator
(path) ? path : path + Path.DirectorySeparatorChar;
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\AppContext.AnyOS.cs (1)
32
if (!Path.
EndsInDirectorySeparator
(directory))
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
407
if (OperatingSystem.IsBrowser() && Path.
EndsInDirectorySeparator
(sourceFullPath) && FileExists(sourceFullPath))
439
&& Path.
EndsInDirectorySeparator
(sourceFullPath))
System.Windows.Forms (1)
System\Resources\ResXResourceWriter.cs (1)
311
string modifiedBasePath = Path.
EndsInDirectorySeparator
(BasePath)