1 reference to NormalizeDirectorySeparators
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
138
return end >= 0 ? PathInternal.
NormalizeDirectorySeparators
(path.Substring(0, end)) : null;