1 write to _packageSource
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
41_packageSource = packageSource ?? throw new ArgumentNullException(nameof(packageSource));
6 references to _packageSource
NuGet.Protocol (6)
HttpSource\HttpSourceAuthenticationHandler.cs (6)
156CredentialsSuccessfullyUsed(_packageSource.SourceUri, promptCredentials); 201_packageSource.Source); 209_packageSource.Source); 216_ = _credentialService.TryGetLastKnownGoodCredentialsFromCache(uri: _packageSource.SourceUri, isProxy: false, out promptCredentials); 272var proxy = proxyCache?.GetProxy(_packageSource.SourceUri); 275.GetCredentialsAsync(_packageSource.SourceUri, proxy, type, message, token);