7 references to IsWindows
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
Rpc\Contracts\MonoMSBuildDiscovery.cs (5)
56
if (PlatformInformation.
IsWindows
)
73
Contract.ThrowIfTrue(PlatformInformation.
IsWindows
);
97
Contract.ThrowIfTrue(PlatformInformation.
IsWindows
);
134
Contract.ThrowIfTrue(PlatformInformation.
IsWindows
);
167
Contract.ThrowIfTrue(PlatformInformation.
IsWindows
);
src\Compilers\Core\Portable\InternalUtilities\FileLockCheck.cs (1)
127
if (!PlatformInformation.
IsWindows
)
src\Compilers\Shared\NamedPipeUtil.cs (1)
58
if (PlatformInformation.
IsWindows
)