2 references to CancellationRequested
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelDiscoveryEventsHandler.cs (1)
172
&& rawMessage.IndexOf(CommonResources.
CancellationRequested
, StringComparison.Ordinal) >= 0)
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\CancellationTokenExtensions.cs (1)
20
throw new TestPlatformException(Resources.Resources.
CancellationRequested
);