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