13 references to IsWindows
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Completion\CompletionProviders\AppDirectiveCompletionProviderTests.cs (3)
121var expectedRoot = PlatformInformation.IsWindows ? "C:" : "/"; 203var expectedRoot = PlatformInformation.IsWindows ? "C:" : "/"; 213var root = PlatformInformation.IsWindows ? "C:/temp" : "/temp";
Microsoft.CodeAnalysis.LanguageServer (1)
DotnetCliHelper.cs (1)
131var (fileName, sep) = PlatformInformation.IsWindows
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
189if (PlatformInformation.IsWindows)
Microsoft.CodeAnalysis.Workspaces (6)
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
105if (!PlatformInformation.IsWindows)
src\Compilers\Core\Portable\InternalUtilities\PlatformInformation.cs (1)
61public static string ExeExtension => IsWindows ? ".exe" : string.Empty;
TemporaryStorage\TemporaryStorageService.cs (1)
239return PlatformInformation.IsWindows || PlatformInformation.IsRunningOnMono
TemporaryStorage\TemporaryStorageService.Factory.cs (1)
27if (PlatformInformation.IsWindows || PlatformInformation.IsRunningOnMono)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (2)
90if (PlatformInformation.IsWindows) 108if (!PlatformInformation.IsWindows)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
src\Compilers\Shared\NamedPipeUtil.cs (1)
58if (PlatformInformation.IsWindows)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
Utilities\VisualStudioMSBuildInstalled.cs (1)
17if (!PlatformInformation.IsWindows)