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