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