2 references to CancellationToken
Aspire.Hosting (2)
ApplicationModel\ExecutableLaunchRecipe.cs (2)
402
context.
CancellationToken
);
409
catch (OperationCanceledException) when (context.
CancellationToken
.IsCancellationRequested)