3 references to FormatValue
Aspire.Hosting (3)
ApplicationModel\ExpressionResolver.cs (1)
51args[i] = FormattingHelpers.FormatValue(s, stringFormat);
ApplicationModel\ReferenceExpression.cs (2)
88args[i] = FormattingHelpers.FormatValue(s, stringFormat); 157value = FormattingHelpers.FormatValue(value, format);