2 references to IsUnix
Microsoft.CodeAnalysis.InteractiveHost (2)
PathUtilities.cs (2)
24
internal static readonly char DirectorySeparatorChar = PlatformInformation.
IsUnix
? '/' : '\\';
30
internal static bool IsUnixLikePlatform => PlatformInformation.
IsUnix
;