9 references to PlatformInformation
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\ForegroundThreadAffinitizedObject.cs (1)
102
if (
PlatformInformation
.IsUnix)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
195
if (
PlatformInformation
.IsWindows)
Microsoft.CodeAnalysis.Workspaces (5)
PathUtilities.cs (2)
24
internal static readonly char DirectorySeparatorChar =
PlatformInformation
.IsUnix ? '/' : '\\';
30
internal static bool IsUnixLikePlatform =>
PlatformInformation
.IsUnix;
TemporaryStorage\TemporaryStorageService.Factory.cs (2)
36
return
PlatformInformation
.IsWindows ||
PlatformInformation
.IsRunningOnMono
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
47
if (
PlatformInformation
.IsWindows)
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SolutionTests\SolutionTests.cs (2)
2663
if (
PlatformInformation
.IsWindows ||
PlatformInformation
.IsRunningOnMono)