2 writes to _onExited
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
767_onExited += value; 771_onExited -= value;
1 reference to _onExited
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1127EventHandler? exited = _onExited;