4 references to CancellationToken
Aspire.Hosting (4)
Publishing\ManifestPublishingContext.cs (4)
376
await DockerfileHelper.ExecuteDockerfileFactoryAsync(annotation, container, ExecutionContext.ServiceProvider,
CancellationToken
).ConfigureAwait(false);
536
.BuildAsync(ExecutionContext, NullLogger.Instance,
CancellationToken
)
574
.BuildAsync(ExecutionContext, NullLogger.Instance,
CancellationToken
)
872
var resolvedValue = await conditional.GetValueAsync(
CancellationToken
).ConfigureAwait(false);