3 references to Format
Aspire.Hosting.Azure.AppService (3)
src\Shared\BicepFunction2.cs (3)
13
return Interpolate(formatString.
Format
, formatString.Args);
27
BicepFormatString nested => Interpolate(nested.
Format
, nested.Args),
60
ProcessFormatString(nested.
Format
, nested.Args, 0);