1 write to _httpClient
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
382
_httpClient
= await CreateHttpClientAsync();
5 references to _httpClient
NuGet.Protocol (5)
HttpSource\HttpSource.cs (5)
374
if (
_httpClient
== null)
380
if (
_httpClient
== null)
391
return
_httpClient
;
473
if (
_httpClient
!= null)
475
_httpClient
.Dispose();