1 implementation of ProcessExited
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
79
public event EventHandler?
ProcessExited
;
1 reference to ProcessExited
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
136
_vstestConsoleProcessManager.
ProcessExited
+= (sender, args) => _requestSender.OnProcessExited();