4 references to IsWindows
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
195if (PlatformInformation.IsWindows)
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageService.Factory.cs (1)
36return PlatformInformation.IsWindows || PlatformInformation.IsRunningOnMono
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
47if (PlatformInformation.IsWindows)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
2663if (PlatformInformation.IsWindows || PlatformInformation.IsRunningOnMono)