1 write to Username
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
236credentialResponse.Username = null;
3 references to Username
NuGet.Credentials (3)
PluginCredentialProvider.cs (1)
137new NetworkCredential(response.Username, response.Password),
PluginCredentialResponse.cs (1)
45public bool IsValid => (!String.IsNullOrWhiteSpace(Username) || !String.IsNullOrWhiteSpace(Password))
PluginException.cs (1)
101response.Username,