1 write to _whenFalse
Aspire.Hosting (1)
ApplicationModel\ReferenceExpression.cs (1)
69_whenFalse = whenFalse;
3 references to _whenFalse
Aspire.Hosting (3)
ApplicationModel\ReferenceExpression.cs (3)
124public ReferenceExpression? WhenFalse => _whenFalse; 161foreach (var reference in ((IValueWithReferences)_whenFalse!).References) 194var branch = string.Equals(conditionValue, _matchValue, StringComparison.OrdinalIgnoreCase) ? _whenTrue! : _whenFalse!;