3 references to CancellationToken
Aspire.Hosting (3)
Publishing\ManifestPublishingContext.cs (3)
373
await DockerfileHelper.ExecuteDockerfileFactoryAsync(annotation, container, ExecutionContext.ServiceProvider,
CancellationToken
).ConfigureAwait(false);
533
.BuildAsync(ExecutionContext, NullLogger.Instance,
CancellationToken
)
571
.BuildAsync(ExecutionContext, NullLogger.Instance,
CancellationToken
)