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)
55
await foreach (var nonParallelizedGroup in _channel.Reader.ReadAllAsync(ctrlC.
Token
))
59
ctrlC.
Token
.ThrowIfCancellationRequested();
114
catch (OperationCanceledException) when (ctrlC.
Token
.IsCancellationRequested)