1 write to _wasCancelled
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
926
_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
)
921
if (
_wasCancelled
)
964
bool runFailed =
_wasCancelled
|| totalTests < 1;
1011
if (
_wasCancelled
)