2 references to IsRunningOnMono
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageService.cs (1)
238
return PlatformInformation.IsWindows || PlatformInformation.
IsRunningOnMono
TemporaryStorage\TemporaryStorageService.Factory.cs (1)
27
if (PlatformInformation.IsWindows || PlatformInformation.
IsRunningOnMono
)