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