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