5 references to Token
dotnet (5)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (2)
124if (ctrlC.Token.IsCancellationRequested) 229if (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)
167using var queueCancellation = CancellationTokenSource.CreateLinkedTokenSource(ctrlC.Token, testRunPolicy.Token); 198ctrlC.Token.IsCancellationRequested,