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; 91var beforeLockVersion = _credentials.Version; 181if (credentialsVersion != _credentials.Version) 183return _credentials.Credentials; 235_credentials.Credentials = promptCredentials;