1 write to _credentialService
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
45
_credentialService
= credentialService;
5 references to _credentialService
NuGet.Protocol (5)
HttpSource\HttpSourceAuthenticationHandler.cs (5)
49
if (
_credentialService
== null || !
_credentialService
.HandlesDefaultCredentials)
100
if (
_credentialService
== null)
216
_ =
_credentialService
.TryGetLastKnownGoodCredentialsFromCache(uri: _packageSource.SourceUri, isProxy: false, out promptCredentials);
274
promptCredentials = await
_credentialService