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)
130public string? MatchValue => _matchValue; 194var branch = string.Equals(conditionValue, _matchValue, StringComparison.OrdinalIgnoreCase) ? _whenTrue! : _whenFalse!;