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)
374if (_httpClient == null) 380if (_httpClient == null) 391return _httpClient; 473if (_httpClient != null) 475_httpClient.Dispose();