8 instantiations of ResolvedValue
Aspire.Hosting.Azure.Sandboxes (8)
8 references to ResolvedValue
Aspire.Hosting.Azure.Sandboxes (7)
AzureSandboxContainerDeployment.cs (7)
1088var resolvedArg = await ResolveValueWithEgressHostsAsync(context, resource, arg).ConfigureAwait(false);
1159var resolvedValue = await ResolveValueWithEgressHostsAsync(context, resource, value).ConfigureAwait(false);
1170internal static async Task<ResolvedValue> ResolveValueWithEgressHostsAsync(PipelineStepContext context, IResource resource, object? value)
1218static async Task<ResolvedValue> ResolveEndpointValueAsync(
1224var resolved = await ResolveValueWithEgressHostsAsync(context, resource, endpointExpression).ConfigureAwait(false);
1250static async Task<ResolvedValue> ResolveReferenceExpressionAsync(
1270var resolved = await ResolveValueWithEgressHostsAsync(context, resource, expression.ValueProviders[i]).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (1)