7 references to Token
aspire (5)
ConsoleCancellationManager.cs (1)
29/// <item>First signal — primary <see cref="Token"/> cancels and the graceful watcher starts.</item>
Program.cs (4)
1108await DisplayFirstTimeUseNoticeIfNeededAsync(app.Services, args, cancellationManager.Token); 1145profileCaptureSession = await app.Services.GetRequiredService<ProfileCaptureService>().StartAsync(profileCaptureOptions, cancellationManager.Token).ConfigureAwait(false); 1181exitCode = await parseResult.InvokeAsync(invokeConfig, cancellationManager.Token).ConfigureAwait(false); 1244var exportExitCode = await profileCaptureSession.ExportAsync(cancellationManager.Token).ConfigureAwait(false);
Aspire.Cli.Tests (2)
ConsoleCancellationManagerTests.cs (2)
35var token = manager.Token; 254var token = manager.Token;