1 write to _condition
Aspire.Hosting (1)
ApplicationModel\ReferenceExpression.cs (1)
67
_condition
= condition;
5 references to _condition
Aspire.Hosting (5)
ApplicationModel\ReferenceExpression.cs (5)
106
public bool IsConditional =>
_condition
is not null;
112
public IValueProvider? Condition =>
_condition
;
146
yield return
_condition
!;
148
if (
_condition
is IValueWithReferences conditionRefs)
193
var conditionValue = await
_condition
!.GetValueAsync(context, cancellationToken).ConfigureAwait(false);