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