1 write to CredentialService
NuGet.Credentials (1)
DefaultCredentialServiceUtility.cs (1)
36
HttpHandlerResourceV3.
CredentialService
= new Lazy<ICredentialService>(
6 references to CredentialService
NuGet.Credentials (1)
DefaultCredentialServiceUtility.cs (1)
33
if (HttpHandlerResourceV3.
CredentialService
== null)
NuGet.Protocol (5)
HttpSource\HttpHandlerResourceV3Provider.cs (2)
103
messageHandler = new ProxyAuthenticationHandler(clientHandler, HttpHandlerResourceV3.
CredentialService
?.Value, ProxyCache.Instance)
122
messageHandler = new HttpSourceAuthenticationHandler(packageSource, clientHandler, HttpHandlerResourceV3.
CredentialService
?.Value)
Providers\DownloadResourcePluginProvider.cs (1)
89
HttpHandlerResourceV3.
CredentialService
?.Value),
Providers\PluginResourceProvider.cs (1)
63
HttpHandlerResourceV3.
CredentialService
?.Value);
RemoteRepositories\PluginFindPackageByIdResourceProvider.cs (1)
89
HttpHandlerResourceV3.
CredentialService
?.Value),