1 write to IsCanceled
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunCompleteEventArgs.cs (1)
73
IsCanceled
= isCanceled;
24 references to IsCanceled
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestRunCompleteEventArgsConverter.cs (1)
54
writer.WriteBoolean("IsCanceled", value.
IsCanceled
);
Microsoft.TestPlatform.CrossPlatEngine (6)
Client\Parallel\ParallelProxyExecutionManager.cs (3)
158
allRunsCompleted = testRunCompleteArgs.
IsCanceled
|| _abortRequested
162
EqtTrace.Verbose("ParallelProxyExecutionManager: HandlePartialRunComplete: Total workloads = {0}, Total started clients = {1} Total completed clients = {2}, Run complete = {3}, Run canceled: {4}.", _availableWorkloads, _runStartedClients, _runCompletedClients, allRunsCompleted, testRunCompleteArgs.
IsCanceled
);
174
if (!testRunCompleteArgs.
IsCanceled
&& !_abortRequested)
Client\Parallel\ParallelRunEventsHandler.cs (1)
129
testRunCompleteArgs.
IsCanceled
,
Client\TestLoggerManager.cs (1)
249
_loggerEvents.CompleteTestRun(e.TestRunStatistics, e.
IsCanceled
, e.IsAborted, e.Error,
EventHandlers\TestRequestHandler.cs (1)
226
curentArgs.
IsCanceled
,
Microsoft.VisualStudio.TestPlatform.Client (3)
Execution\TestRunRequest.cs (3)
361
bool isCanceled = runCompleteArgs.
IsCanceled
;
397
runCompleteArgs.
IsCanceled
,
567
testRunCompletePayload.TestRunCompleteArgs.
IsCanceled
,
vstest.console (7)
CommandLine\TestRunResultAggregator.cs (1)
84
if (e.TestRunStatistics == null || e.
IsCanceled
|| e.IsAborted)
Internal\ConsoleLogger.cs (3)
818
if (e.
IsCanceled
)
837
if (e.
IsCanceled
)
864
string totalTestsformat = (e.IsAborted || e.
IsCanceled
) ? CommandLineResources.TestRunSummaryForCanceledOrAbortedRun : CommandLineResources.TestRunSummaryTotalTests;
Internal\MSBuildLogger.cs (1)
101
if (e.
IsCanceled
)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
360
if (!e.IsAborted && !e.
IsCanceled
)
Processors\RunTestsArgumentProcessor.cs (1)
219
if (!e.IsAborted && !e.
IsCanceled
)
vstest.console.arm64 (7)
src\vstest\src\vstest.console\CommandLine\TestRunResultAggregator.cs (1)
84
if (e.TestRunStatistics == null || e.
IsCanceled
|| e.IsAborted)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (3)
818
if (e.
IsCanceled
)
837
if (e.
IsCanceled
)
864
string totalTestsformat = (e.IsAborted || e.
IsCanceled
) ? CommandLineResources.TestRunSummaryForCanceledOrAbortedRun : CommandLineResources.TestRunSummaryTotalTests;
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (1)
101
if (e.
IsCanceled
)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
360
if (!e.IsAborted && !e.
IsCanceled
)
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
219
if (!e.IsAborted && !e.
IsCanceled
)