1 write to _abortRequested
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelProxyExecutionManager.cs (1)
128_abortRequested = true;
2 references to _abortRequested
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\Parallel\ParallelProxyExecutionManager.cs (2)
158allRunsCompleted = testRunCompleteArgs.IsCanceled || _abortRequested 174if (!testRunCompleteArgs.IsCanceled && !_abortRequested)