1 write to PasswordParameter
Aspire.Hosting.Garnet (1)
GarnetResource.cs (1)
19PasswordParameter = password;
8 references to PasswordParameter
Aspire.Hosting.Garnet (8)
GarnetBuilderExtensions.cs (2)
134if (garnet.PasswordParameter is { } password) 148if (garnet.PasswordParameter is { } password)
GarnetResource.cs (6)
67if (PasswordParameter is not null) 69builder.Append($",password={PasswordParameter}"); 88if (PasswordParameter is not null) 90builder.Append($":{PasswordParameter:uri}@"); 106if (PasswordParameter is not null) 108yield return new("Password", ReferenceExpression.Create($"{PasswordParameter}"));