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)
1108
await DisplayFirstTimeUseNoticeIfNeededAsync(app.Services, args, cancellationManager.
Token
);
1145
profileCaptureSession = await app.Services.GetRequiredService<ProfileCaptureService>().StartAsync(profileCaptureOptions, cancellationManager.
Token
).ConfigureAwait(false);
1181
exitCode = await parseResult.InvokeAsync(invokeConfig, cancellationManager.
Token
).ConfigureAwait(false);
1244
var exportExitCode = await profileCaptureSession.ExportAsync(cancellationManager.
Token
).ConfigureAwait(false);
Aspire.Cli.Tests (2)
ConsoleCancellationManagerTests.cs (2)
35
var token = manager.
Token
;
254
var token = manager.
Token
;