1 write to Format
Aspire.Hosting (1)
ApplicationModel\ReferenceExpression.cs (1)
23Format = format;
4 references to Format
Aspire.Hosting (3)
ApplicationModel\ReferenceExpression.cs (3)
49string.Format(CultureInfo.InvariantCulture, Format, _manifestExpressions); 58if (Format.Length == 0) 69return string.Format(CultureInfo.InvariantCulture, Format, args);
Aspire.Hosting.Tests (1)
ReferenceExpressionTests.cs (1)
21Assert.Equal(expectedFormat, refExpression.Format);