3 references to FormattingHelpers
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);