7 references to PlatformInformation
Microsoft.CodeAnalysis.Workspaces (7)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
31
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
TemporaryStorage\TemporaryStorageService.cs (2)
238
return
PlatformInformation
.IsWindows ||
PlatformInformation
.IsRunningOnMono
TemporaryStorage\TemporaryStorageService.Factory.cs (2)
27
if (
PlatformInformation
.IsWindows ||
PlatformInformation
.IsRunningOnMono)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (2)
89
if (
PlatformInformation
.IsWindows)
107
if (!
PlatformInformation
.IsWindows)