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