1 instantiation of BicepFormatString
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
579
return (new
BicepFormatString
(expr.Format, args), finalSecretType);
4 references to BicepFormatString
Aspire.Hosting.Azure.AppContainers (4)
ContainerAppContext.cs (1)
417
BicepFormatString
fs => BicepFunction2.Interpolate(fs),
src\Shared\BicepFunction2.cs (3)
11
public static BicepValue<string> Interpolate(
BicepFormatString
formatString)
27
BicepFormatString
nested => Interpolate(nested.Format, nested.Args),
58
else if (argument is
BicepFormatString
nested)