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