2 references to Password
System.Private.Uri (2)
System\UriBuilder.cs (2)
308
if (UserName.Length == 0 &&
Password
.Length != 0)
343
string password = EncodeUserInfo(
Password
);