1 write to _stringFormats
Aspire.Hosting (1)
ApplicationModel\ReferenceExpression.cs (1)
35
_stringFormats
= stringFormats;
2 references to _stringFormats
Aspire.Hosting (2)
ApplicationModel\ReferenceExpression.cs (2)
51
public IReadOnlyList<string?> StringFormats =>
_stringFormats
;
85
var stringFormat =
_stringFormats
[i];