1 write to _wasCancelled
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
846
_wasCancelled
= true;
6 references to _wasCancelled
dotnet (6)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (6)
215
bool runFailed = anyAssemblyFailed || anyTestFailed || notEnoughTests || allTestsWereSkipped ||
_wasCancelled
;
221
if (
_wasCancelled
)
841
if (
_wasCancelled
)
917
bool runFailed =
_wasCancelled
;
950
if (
_wasCancelled
)
1006
if (
_wasCancelled
)