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