2 references to PlatformInformation
Test.Utilities (2)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
31
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
105
if (!
PlatformInformation
.IsWindows)