1 write to IsAborted
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunCompleteEventArgs.cs (1)
74IsAborted = isAborted;
23 references to IsAborted
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestRunCompleteEventArgsConverter.cs (1)
55writer.WriteBoolean("IsAborted", value.IsAborted);
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\Parallel\ParallelRunEventsHandler.cs (1)
128testRunCompleteArgs.IsAborted,
Client\TestLoggerManager.cs (1)
249_loggerEvents.CompleteTestRun(e.TestRunStatistics, e.IsCanceled, e.IsAborted, e.Error,
EventHandlers\TestRequestHandler.cs (2)
219if (testRunCompleteArgs.IsAborted 227curentArgs.IsAborted,
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameLogger.cs (1)
86if (!e.IsAborted)
Microsoft.VisualStudio.TestPlatform.Client (3)
Execution\TestRunRequest.cs (3)
360bool isAborted = runCompleteArgs.IsAborted; 398runCompleteArgs.IsAborted, 568testRunCompletePayload.TestRunCompleteArgs.IsAborted,
vstest.console (7)
CommandLine\TestRunResultAggregator.cs (1)
84if (e.TestRunStatistics == null || e.IsCanceled || e.IsAborted)
Internal\ConsoleLogger.cs (3)
822else if (e.IsAborted) 841else if (e.IsAborted) 864string totalTestsformat = (e.IsAborted || e.IsCanceled) ? CommandLineResources.TestRunSummaryForCanceledOrAbortedRun : CommandLineResources.TestRunSummaryTotalTests;
Internal\MSBuildLogger.cs (1)
105else if (e.IsAborted)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
360if (!e.IsAborted && !e.IsCanceled)
Processors\RunTestsArgumentProcessor.cs (1)
219if (!e.IsAborted && !e.IsCanceled)
vstest.console.arm64 (7)
src\vstest\src\vstest.console\CommandLine\TestRunResultAggregator.cs (1)
84if (e.TestRunStatistics == null || e.IsCanceled || e.IsAborted)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (3)
822else if (e.IsAborted) 841else if (e.IsAborted) 864string totalTestsformat = (e.IsAborted || e.IsCanceled) ? CommandLineResources.TestRunSummaryForCanceledOrAbortedRun : CommandLineResources.TestRunSummaryTotalTests;
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (1)
105else if (e.IsAborted)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
360if (!e.IsAborted && !e.IsCanceled)
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
219if (!e.IsAborted && !e.IsCanceled)