2 references to None
System.Diagnostics.Process (2)
System\Diagnostics\ProcessManager.Unix.cs (1)
30int output = Interop.Sys.Kill(processId, Interop.Sys.Signals.None);
System\Diagnostics\ProcessWaitState.Unix.cs (1)
354int killResult = Interop.Sys.Kill(_processId, Interop.Sys.Signals.None); // None means don't send a signal