1 reference to AltDirectorySeparatorChar
Microsoft.Private.Windows.Core (1)
src\Microsoft.Private.Windows.Polyfills\System\IO\PathExtensions.cs (1)
46internal static bool IsDirectorySeparator(char c) => c is DirectorySeparatorChar or AltDirectorySeparatorChar;