1 write to InnerResource
Aspire.Hosting.Azure.Redis (1)
AzureManagedRedisResource.cs (1)
168
InnerResource
= innerResource;
13 references to InnerResource
Aspire.Hosting.Azure.Redis (13)
AzureManagedRedisResource.cs (13)
82
public override ResourceAnnotationCollection Annotations =>
InnerResource
?.Annotations ?? base.Annotations;
88
InnerResource
?.ConnectionStringExpression ??
101
InnerResource
is not null ?
102
ReferenceExpression.Create($"{
InnerResource
.PrimaryEndpoint.Property(EndpointProperty.Host)}") :
113
InnerResource
is not null ?
114
ReferenceExpression.Create($"{
InnerResource
.Port}") :
128
InnerResource
is not null ?
129
(
InnerResource
.PasswordParameter is not null ?
130
ReferenceExpression.Create($"{
InnerResource
.PasswordParameter}") :
146
if (
InnerResource
is not null)
148
return
InnerResource
.UriExpression;
239
if (
InnerResource
is not null)
241
foreach (var property in ((IResourceWithConnectionString)
InnerResource
).GetConnectionProperties())