2 references to SIGTERM_EXIT_CODE
System.CommandLine (2)
Invocation\ProcessTerminationHandler.cs (2)
69
Cancel(context.Signal == PosixSignal.SIGINT ? SIGINT_EXIT_CODE :
SIGTERM_EXIT_CODE
);
80
void OnProcessExit(object? sender, EventArgs e) => Cancel(
SIGTERM_EXIT_CODE
);