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