3 writes to Password
aspire (1)
Utils\PackageSourceRedactor.cs (1)
65
Password
= 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)
245
ub.
Password
= Uri.EscapeDataString(password);
2 references to Password
System.Private.Uri (2)
System\UriBuilder.cs (2)
332
if (UserName.Length == 0 &&
Password
.Length != 0)
367
string password = EncodeUserInfo(
Password
);