3 references to GetPlatformSignalNumber
System.Diagnostics.Process (3)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
85
int signalNumber = Interop.Sys.
GetPlatformSignalNumber
(signal);
System\Diagnostics\Process.Unix.cs (2)
72
int killResult = Interop.Sys.Kill(_processId, Interop.Sys.
GetPlatformSignalNumber
(PosixSignal.SIGKILL));
122
int killResult = Interop.Sys.Kill(_processId, Interop.Sys.
GetPlatformSignalNumber
(PosixSignal.SIGKILL));