1 write to _matchValue
Aspire.Hosting (1)
ApplicationModel\ReferenceExpression.cs (1)
70
_matchValue
= matchValue;
2 references to _matchValue
Aspire.Hosting (2)
ApplicationModel\ReferenceExpression.cs (2)
130
public string? MatchValue =>
_matchValue
;
194
var branch = string.Equals(conditionValue,
_matchValue
, StringComparison.OrdinalIgnoreCase) ? _whenTrue! : _whenFalse!;