3 writes to Password
aspire (1)
Utils\PackageSourceRedactor.cs (1)
65Password = string.Empty,
Aspire.Hosting (1)
ExternalServiceBuilderExtensions.cs (1)
342: new UriBuilder(uri) { UserName = string.Empty, Password = string.Empty }.Uri.ToString();
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (1)
245ub.Password = Uri.EscapeDataString(password);
2 references to Password
System.Private.Uri (2)
System\UriBuilder.cs (2)
332if (UserName.Length == 0 && Password.Length != 0) 367string password = EncodeUserInfo(Password);