1 instantiation of BicepFormatString
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
158
return new
BicepFormatString
(expr.Format, args);
5 references to BicepFormatString
Aspire.Hosting.Azure (5)
AzurePublishingContext.cs (2)
149
BicepFormatString
EvalExpr(ReferenceExpression expr)
179
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)