3 writes to _credentials
NuGet.Protocol (3)
HttpSource\HttpSourceAuthenticationHandler.cs (3)
50
_credentials
= new HttpSourceCredentials(CredentialCache.DefaultNetworkCredentials);
54
_credentials
= new HttpSourceCredentials();
329
_credentials
= null!; // Release references after disposal; field is not read again.
6 references to _credentials
NuGet.Protocol (6)
HttpSource\HttpSourceAuthenticationHandler.cs (6)
60
_credentials
.Credentials = packageSource.Credentials.ToICredentials();
63
_clientHandler.Credentials =
_credentials
;
91
var beforeLockVersion =
_credentials
.Version;
181
if (credentialsVersion !=
_credentials
.Version)
183
return
_credentials
.Credentials;
235
_credentials
.Credentials = promptCredentials;