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