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