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