2 references to SignalCore
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (1)
1774
return _processHandle?.Signal(signal) ??
SignalCore
(signal);
System\Diagnostics\Process.Unix.cs (1)
65
SignalCore
(PosixSignal.SIGKILL);