1 write to _wasCancelled
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
849
_wasCancelled
= true;
5 references to _wasCancelled
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
215
bool runFailed = anyAssemblyFailed || anyTestFailed || notEnoughTests || allTestsWereSkipped ||
_wasCancelled
;
221
if (
_wasCancelled
)
844
if (
_wasCancelled
)
885
bool runFailed =
_wasCancelled
|| totalTests < 1;
918
if (
_wasCancelled
)