21 references to IsWindows
csc (5)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
353Debug.Assert(PlatformInformation.IsWindows);
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (2)
556if (PlatformInformation.IsWindows) 667if (PlatformInformation.IsWindows)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
58if (PlatformInformation.IsWindows)
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
88var (fileName, sep) = PlatformInformation.IsWindows
Microsoft.CodeAnalysis (4)
Emit\EmitOptions.cs (1)
19internal static readonly EmitOptions Default = PlatformInformation.IsWindows
FileSystem\PathUtilities.cs (1)
108if (!PlatformInformation.IsWindows)
InternalUtilities\FileLockCheck.cs (1)
127if (!PlatformInformation.IsWindows)
InternalUtilities\PlatformInformation.cs (1)
61public static string ExeExtension => IsWindows ? ".exe" : string.Empty;
vbc (5)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
353Debug.Assert(PlatformInformation.IsWindows);
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (2)
556if (PlatformInformation.IsWindows) 667if (PlatformInformation.IsWindows)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
58if (PlatformInformation.IsWindows)
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
88var (fileName, sep) = PlatformInformation.IsWindows
VBCSCompiler (7)
src\roslyn\src\Compilers\Server\VBCSCompiler\MemoryHelper.cs (1)
37if (!PlatformInformation.IsWindows)
src\roslyn\src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (1)
196if (!PlatformInformation.IsWindows)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
353Debug.Assert(PlatformInformation.IsWindows);
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (2)
556if (PlatformInformation.IsWindows) 667if (PlatformInformation.IsWindows)
src\roslyn\src\Compilers\Shared\NamedPipeUtil.cs (1)
58if (PlatformInformation.IsWindows)
src\roslyn\src\Compilers\Shared\RuntimeHostInfo.cs (1)
88var (fileName, sep) = PlatformInformation.IsWindows