1 write to _wasCancelled
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
982
_wasCancelled
= true;
5 references to _wasCancelled
dotnet (5)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (5)
232
bool runFailed = anyAssemblyFailed || anyTestFailed || notEnoughTests || allTestsWereSkipped ||
_wasCancelled
;
238
if (
_wasCancelled
)
977
if (
_wasCancelled
)
1021
bool runFailed =
_wasCancelled
|| totalTests < 1;
1068
if (
_wasCancelled
)