3 writes to _vstestConsoleExited
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (3)
VsTestConsoleProcessManager.cs (3)
179
_vstestConsoleExited
= false;
203
_vstestConsoleExited
= true;
240
_vstestConsoleExited
= true;
1 reference to _vstestConsoleExited
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
110
return _vstestConsoleStarted && !
_vstestConsoleExited
&& _process != null;