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