1 write to _packageSource
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
39_packageSource = packageSource ?? throw new ArgumentNullException(nameof(packageSource));
6 references to _packageSource
NuGet.Protocol (6)
HttpSource\HttpSourceAuthenticationHandler.cs (6)
158CredentialsSuccessfullyUsed(_packageSource.SourceUri, promptCredentials); 204_packageSource.Source); 212_packageSource.Source); 219_ = credentialService.TryGetLastKnownGoodCredentialsFromCache(uri: _packageSource.SourceUri, isProxy: false, out promptCredentials); 277var proxy = proxyCache?.GetProxy(_packageSource.SourceUri); 280.GetCredentialsAsync(_packageSource.SourceUri, proxy, type, message, token);