1 write to _clientHandler
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
42_clientHandler = clientHandler ?? throw new ArgumentNullException(nameof(clientHandler));
2 references to _clientHandler
NuGet.Protocol (2)
HttpSource\HttpSourceAuthenticationHandler.cs (2)
65_clientHandler.Credentials = _credentials; 67_clientHandler.UseDefaultCredentials = false;