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