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)
124
public ReferenceExpression? WhenFalse =>
_whenFalse
;
161
foreach (var reference in ((IValueWithReferences)
_whenFalse
!).References)
194
var branch = string.Equals(conditionValue, _matchValue, StringComparison.OrdinalIgnoreCase) ? _whenTrue! :
_whenFalse
!;