5 references to IsWindows
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
Rpc\Contracts\MonoMSBuildDiscovery.cs (4)
54
if (PlatformInformation.
IsWindows
)
71
Contract.ThrowIfTrue(PlatformInformation.
IsWindows
);
95
Contract.ThrowIfTrue(PlatformInformation.
IsWindows
);
132
Contract.ThrowIfTrue(PlatformInformation.
IsWindows
);
src\Compilers\Core\Portable\InternalUtilities\FileLockCheck.cs (1)
127
if (!PlatformInformation.
IsWindows
)