8 references to StringFormats
Aspire.Hosting (3)
ApplicationModel\ExpressionResolver.cs (1)
31
if (expr.
StringFormats
[i] is { } stringFormat && args[i] is string s)
Publishing\ManifestPublishingContext.cs (2)
715
var format = referenceExpression.
StringFormats
[i];
741
var formats = referenceExpression.
StringFormats
;
Aspire.Hosting.Azure.AppContainers (2)
BaseContainerAppContext.cs (2)
347
if (expr.
StringFormats
[0] is string format)
368
if (expr.
StringFormats
[index] is string format)
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebsiteContext.cs (2)
273
if (expr.
StringFormats
[0] is string format)
293
if (expr.
StringFormats
[index] is string format)
Aspire.Hosting.Foundry (1)
HostedAgent\AzureHostedAgentResource.cs (1)
451
if (expression.
StringFormats
[i] is string stringFormat && args[i] is string value)