4 references to PlatformInformation
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
31internal static bool IsUnixLikePlatform => PlatformInformation.IsUnix; 105if (!PlatformInformation.IsWindows)
src\Compilers\Shared\NamedPipeUtil.cs (2)
28if (PlatformInformation.IsUnix) 58if (PlatformInformation.IsWindows)