1 write to _name
Aspire.Hosting (1)
ApplicationModel\ReferenceExpression.cs (1)
71
_name
= GenerateConditionalName(condition, matchValue, whenTrue, whenFalse);
2 references to _name
Aspire.Hosting (2)
ApplicationModel\ReferenceExpression.cs (2)
136
internal string? Name =>
_name
;
181
? $"{{{
_name
}.connectionString}}"