1 write to ContextTask
aspire (1)
Commands\PublishCommandBase.cs (1)
410
progressContext.
ContextTask
= progressContext.Context.StartAsync(async ctx =>
2 references to ContextTask
aspire (2)
Commands\PublishCommandBase.cs (2)
466
if (
ContextTask
is not null)
468
await
ContextTask
.ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);