2 writes to _onExited
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
742_onExited += value; 746_onExited -= value;
1 reference to _onExited
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1151EventHandler? exited = _onExited;