3 references to IsATty
System.Diagnostics.Process (3)
System\Diagnostics\Process.Unix.cs (3)
390bool usesTerminal = (stdinHandle is not null && Interop.Sys.IsATty(stdinHandle)) 391|| (stdoutHandle is not null && Interop.Sys.IsATty(stdoutHandle)) 392|| (stderrHandle is not null && Interop.Sys.IsATty(stderrHandle));