Implemented interface member:
property
ExitCode
Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IProcessManager.ExitCode
2 writes to ExitCode
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleProcessManager.cs (2)
130ExitCode = null; 241ExitCode = ((Process)sender!).ExitCode;