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