2 writes to IsStopped
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
595IsStopped = stopped
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
595IsStopped = stopped
4 references to IsStopped
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
661return payload.EventArgs!.IsStopped; 751return payload.EventArgs!.IsStopped;
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
337isStopped = (eventArgs?.IsStopped == true);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
337isStopped = (eventArgs?.IsStopped == true);