4 references to AltDirectorySeparatorChar
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (4)
36public static bool IsDirectorySeparator(char c) => c == DirectorySeparatorChar || c == AltDirectorySeparatorChar; 501|| assemblyDisplayNameOrPath.IndexOf(AltDirectorySeparatorChar) != -1; 628private static readonly char[] s_pathChars = new char[] { VolumeSeparatorChar, DirectorySeparatorChar, AltDirectorySeparatorChar }; 841if (!isDriveRooted && !(p.Length > 1 && p[0] == AltDirectorySeparatorChar))