1 write to ResponseCode
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (1)
72
ResponseCode
= responseCode;
3 references to ResponseCode
NuGet.Credentials (2)
SecurePluginCredentialProvider.cs (2)
133
if (credentialResponse.
ResponseCode
== MessageResponseCode.NotFound && nonInteractive)
217
else if (credentialResponse.
ResponseCode
== MessageResponseCode.NotFound)
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsResponse.cs (1)
82
public bool IsValid() =>
ResponseCode
== MessageResponseCode.Success && (!string.IsNullOrWhiteSpace(Username) || !string.IsNullOrWhiteSpace(Password))