4 references to Token
dotnet (4)
Commands\Test\MTP\CtrlCCancellationManager.cs (1)
15/// <item>First Ctrl+C: cooperative cancellation. The <see cref="Token"/> is signaled so the
Commands\Test\MTP\TestApplicationActionQueue.cs (3)
55await foreach (var nonParallelizedGroup in _channel.Reader.ReadAllAsync(ctrlC.Token)) 59ctrlC.Token.ThrowIfCancellationRequested(); 114catch (OperationCanceledException) when (ctrlC.Token.IsCancellationRequested)