6 references to ExecutionContext
Aspire.Hosting (4)
Pipelines\DistributedApplicationPipeline.cs (1)
184context.ExecutionContext,
Pipelines\PipelineStepHelpers.cs (3)
36context.ExecutionContext, 66var targetTag = await cir.GetValueAsync(new ValueProviderContext { ExecutionContext = context.ExecutionContext }, context.CancellationToken).ConfigureAwait(false); 112var targetTag = await cir.GetValueAsync(new ValueProviderContext { ExecutionContext = context.ExecutionContext }, context.CancellationToken).ConfigureAwait(false);
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
208context.ExecutionContext,
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
119context.ExecutionContext,