2 references to IsWindows
dotnet (2)
Commands\Test\VSTest\TestCommand.cs (2)
556
if (
IsWindows
)
606
if (
IsWindows
&& originalConsoleMode is not null)