1 write to _whenTrue
Aspire.Hosting (1)
ApplicationModel\ReferenceExpression.cs (1)
68
_whenTrue
= whenTrue;
3 references to _whenTrue
Aspire.Hosting (3)
ApplicationModel\ReferenceExpression.cs (3)
118
public ReferenceExpression? WhenTrue =>
_whenTrue
;
156
foreach (var reference in ((IValueWithReferences)
_whenTrue
!).References)
194
var branch = string.Equals(conditionValue, _matchValue, StringComparison.OrdinalIgnoreCase) ?
_whenTrue
! : _whenFalse!;