4 references to IsWindows
Microsoft.CodeAnalysis.Workspaces (4)
TemporaryStorage\TemporaryStorageService.cs (1)
238
return PlatformInformation.
IsWindows
|| PlatformInformation.IsRunningOnMono
TemporaryStorage\TemporaryStorageService.Factory.cs (1)
27
if (PlatformInformation.
IsWindows
|| PlatformInformation.IsRunningOnMono)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (2)
89
if (PlatformInformation.
IsWindows
)
107
if (!PlatformInformation.
IsWindows
)