1 write to InnerResource
Aspire.Hosting.Azure.Redis (1)
AzureManagedRedisResource.cs (1)
161
InnerResource
= innerResource;
13 references to InnerResource
Aspire.Hosting.Azure.Redis (13)
AzureManagedRedisResource.cs (13)
75
public override ResourceAnnotationCollection Annotations =>
InnerResource
?.Annotations ?? base.Annotations;
81
InnerResource
?.ConnectionStringExpression ??
94
InnerResource
is not null ?
95
ReferenceExpression.Create($"{
InnerResource
.PrimaryEndpoint.Property(EndpointProperty.Host)}") :
106
InnerResource
is not null ?
107
ReferenceExpression.Create($"{
InnerResource
.Port}") :
121
InnerResource
is not null ?
122
(
InnerResource
.PasswordParameter is not null ?
123
ReferenceExpression.Create($"{
InnerResource
.PasswordParameter}") :
139
if (
InnerResource
is not null)
141
return
InnerResource
.UriExpression;
232
if (
InnerResource
is not null)
234
foreach (var property in ((IResourceWithConnectionString)
InnerResource
).GetConnectionProperties())