1 write to PasswordParameter
Aspire.Hosting.Garnet (1)
GarnetResource.cs (1)
20
PasswordParameter
= password;
8 references to PasswordParameter
Aspire.Hosting.Garnet (8)
GarnetBuilderExtensions.cs (2)
138
if (garnet.
PasswordParameter
is { } password)
152
if (garnet.
PasswordParameter
is { } password)
GarnetResource.cs (6)
68
if (
PasswordParameter
is not null)
70
builder.Append($",password={
PasswordParameter
}");
89
if (
PasswordParameter
is not null)
91
builder.Append($":{
PasswordParameter
:uri}@");
107
if (
PasswordParameter
is not null)
109
yield return new("Password", ReferenceExpression.Create($"{
PasswordParameter
}"));