3 references to PlatformInformation
Microsoft.CodeAnalysis (3)
Emit\EmitOptions.cs (1)
19
internal static readonly EmitOptions Default =
PlatformInformation
.IsWindows
FileSystem\PathUtilities.cs (1)
31
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
InternalUtilities\FileLockCheck.cs (1)
127
if (!
PlatformInformation
.IsWindows)