19 references to IsConditional
Aspire.Hosting (12)
ApplicationModel\ExpressionResolver.cs (1)
13
if (expr.
IsConditional
)
ApplicationModel\ReferenceExpression.cs (8)
110
/// or <see langword="null"/> when <see cref="
IsConditional
"/> is <see langword="false"/>.
116
/// or <see langword="null"/> when <see cref="
IsConditional
"/> is <see langword="false"/>.
122
/// or <see langword="null"/> when <see cref="
IsConditional
"/> is <see langword="false"/>.
128
/// or <see langword="null"/> when <see cref="
IsConditional
"/> is <see langword="false"/>.
134
/// or <see langword="null"/> when <see cref="
IsConditional
"/> is <see langword="false"/>.
142
if (
IsConditional
)
180
IsConditional
191
if (
IsConditional
)
Publishing\ManifestPublishingContext.cs (3)
732
if (referenceExpression.
IsConditional
)
757
if (referenceExpression is {
IsConditional
: true, Name: string name })
765
if (provider is ReferenceExpression {
IsConditional
: true, Name: string nestedName } conditional)
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
234
ReferenceExpression {
IsConditional
: true } re => EvalConditionalExpr(re),
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
291
if (expr.
IsConditional
)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
200
if (expr.
IsConditional
)
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
64
if (expr.
IsConditional
)
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
434
if (expr.
IsConditional
)
Aspire.Hosting.Tests (2)
ReferenceExpressionTests.cs (2)
148
Assert.True(conditional.
IsConditional
);
165
Assert.True(conditional.
IsConditional
);