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