3 writes to _credentials
NuGet.Protocol (3)
HttpSource\HttpSourceAuthenticationHandler.cs (3)
52
_credentials
= new HttpSourceCredentials(CredentialCache.DefaultNetworkCredentials);
56
_credentials
= new HttpSourceCredentials();
324
_credentials
= null;
6 references to _credentials
NuGet.Protocol (6)
HttpSource\HttpSourceAuthenticationHandler.cs (6)
62
_credentials
.Credentials = packageSource.Credentials.ToICredentials();
65
_clientHandler.Credentials =
_credentials
;
93
var beforeLockVersion =
_credentials
.Version;
178
if (credentialsVersion !=
_credentials
.Version)
180
return
_credentials
.Credentials;
231
_credentials
.Credentials = promptCredentials;