2 writes to _stringFormats
Aspire.Hosting (2)
ApplicationModel\ReferenceExpression.cs (2)
57
_stringFormats
= stringFormats;
79
_stringFormats
= [];
2 references to _stringFormats
Aspire.Hosting (2)
ApplicationModel\ReferenceExpression.cs (2)
95
public IReadOnlyList<string?> StringFormats =>
_stringFormats
;
210
var stringFormat =
_stringFormats
[i];