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