16 references to PlatformInformation
Microsoft.CodeAnalysis.LanguageServer (1)
DotnetCliHelper.cs (1)
132var (fileName, sep) = PlatformInformation.IsWindows
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
189if (PlatformInformation.IsWindows)
Microsoft.CodeAnalysis.Workspaces (7)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
31internal static bool IsUnixLikePlatform => PlatformInformation.IsUnix;
TemporaryStorage\TemporaryStorageService.cs (2)
239return PlatformInformation.IsWindows || PlatformInformation.IsRunningOnMono
TemporaryStorage\TemporaryStorageService.Factory.cs (2)
27if (PlatformInformation.IsWindows || PlatformInformation.IsRunningOnMono)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (2)
90if (PlatformInformation.IsWindows) 108if (!PlatformInformation.IsWindows)
Microsoft.CodeAnalysis.Workspaces.MSBuild (6)
src\Compilers\Shared\NamedPipeUtil.cs (2)
28if (PlatformInformation.IsUnix) 58if (PlatformInformation.IsWindows)
src\Workspaces\MSBuild\BuildHost\Rpc\Contracts\MonoMSBuildDiscovery.cs (4)
54if (PlatformInformation.IsWindows) 71Contract.ThrowIfTrue(PlatformInformation.IsWindows); 95Contract.ThrowIfTrue(PlatformInformation.IsWindows); 132Contract.ThrowIfTrue(PlatformInformation.IsWindows);
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
Utilities\VisualStudioMSBuildInstalled.cs (1)
17if (!PlatformInformation.IsWindows)