1 implementation of IsAbortRequested
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelProxyDiscoveryManager.cs (1)
37
public bool
IsAbortRequested
{ get; private set; }
1 reference to IsAbortRequested
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelDiscoveryEventsHandler.cs (1)
98
if (_parallelProxyDiscoveryManager.
IsAbortRequested
)