2 writes to _onExited
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
659_onExited += value; 663_onExited -= value;
1 reference to _onExited
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1043EventHandler? exited = _onExited;