1 write to _wasCancelled
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
998
_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
)
993
if (
_wasCancelled
)
1037
bool runFailed =
_wasCancelled
|| totalTests < 1;
1084
if (
_wasCancelled
)