1 implementation of OnProcessExited
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
814
public void
OnProcessExited
()
1 reference to OnProcessExited
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
136
_vstestConsoleProcessManager.ProcessExited += (sender, args) => _requestSender.
OnProcessExited
();