5 references to AltDirectorySeparatorChar
System.Private.CoreLib (5)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
191if (c != DirectorySeparatorChar && c == AltDirectorySeparatorChar)
src\libraries\Common\src\System\IO\PathInternal.Unix.cs (1)
31Debug.Assert(DirectorySeparatorChar == AltDirectorySeparatorChar);
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (3)
19public static readonly char AltDirectorySeparatorChar = PathInternal.AltDirectorySeparatorChar; 243int i = PathInternal.DirectorySeparatorChar == PathInternal.AltDirectorySeparatorChar ? 245path.LastIndexOfAny(PathInternal.DirectorySeparatorChar, PathInternal.AltDirectorySeparatorChar);