2 references to SIGINT_EXIT_CODE
System.CommandLine (2)
Invocation\ProcessTerminationHandler.cs (2)
69Cancel(context.Signal == PosixSignal.SIGINT ? SIGINT_EXIT_CODE : SIGTERM_EXIT_CODE); 77Cancel(SIGINT_EXIT_CODE);