5 references to Windows
RunTests (5)
HelixTestRunner.cs (5)
62var testOS = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? TestOS.Windows 196var isUnix = testOS != TestOS.Windows; 229var commandPrefix = testOS != TestOS.Windows ? "./" : "call "; 246var isUnix = testOS != TestOS.Windows; 334var isUnix = testOS != TestOS.Windows;