1 implementation of ExitCode
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
76
public int?
ExitCode
{ get; private set; } = -1;
1 reference to ExitCode
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
1224
var childProcessExitCode = _vstestConsoleProcessManager.
ExitCode
;