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