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