5 references to Windows
RunTests (5)
HelixTestRunner.cs (5)
57var testOS = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? TestOS.Windows 191var isUnix = testOS != TestOS.Windows; 224var commandPrefix = testOS != TestOS.Windows ? "./" : "call "; 241var isUnix = testOS != TestOS.Windows; 329var isUnix = testOS != TestOS.Windows;