4 references to IsRunningOnMono
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageService.cs (1)
239
return PlatformInformation.IsWindows || PlatformInformation.
IsRunningOnMono
TemporaryStorage\TemporaryStorageService.Factory.cs (1)
27
if (PlatformInformation.IsWindows || PlatformInformation.
IsRunningOnMono
)
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
src\Compilers\Shared\NamedPipeUtil.cs (2)
105
private static readonly PipeOptions CurrentUserOption = PlatformInformation.
IsRunningOnMono
150
if (PlatformInformation.
IsRunningOnMono
)