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