5 references to Token
dotnet-aot (5)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\ArtifactPostProcessingManager.cs (2)
141
if (ctrlC.
Token
.IsCancellationRequested)
250
if (ctrlC.
Token
.IsCancellationRequested)
src\sdk\src\Cli\dotnet\Commands\Test\MTP\CtrlCCancellationManager.cs (1)
15
/// <item>First Ctrl+C: cooperative cancellation. The <see cref="
Token
"/> is signaled so the
src\sdk\src\Cli\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
200
using var queueCancellation = CancellationTokenSource.CreateLinkedTokenSource(ctrlC.
Token
, testRunPolicy.Token);
231
ctrlC.
Token
.IsCancellationRequested))