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