5 references to Token
dotnet (5)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (2)
76if (ctrlC.Token.IsCancellationRequested) 169if (ctrlC.Token.IsCancellationRequested)
Commands\Test\MTP\CtrlCCancellationManager.cs (1)
15/// <item>First Ctrl+C: cooperative cancellation. The <see cref="Token"/> is signaled so the
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
92using var queueCancellation = CancellationTokenSource.CreateLinkedTokenSource(ctrlC.Token, testRunPolicy.Token); 122&& !ctrlC.Token.IsCancellationRequested)