2 writes to _httpContent
NuGet.Protocol (2)
HttpSource\HttpRequestMessageExtensions.cs (2)
62_httpContent = httpContent; 84_httpContent = null!; // do not dispose!
3 references to _httpContent
NuGet.Protocol (3)
HttpSource\HttpRequestMessageExtensions.cs (3)
64foreach (var header in _httpContent.Headers) 72return _httpContent.CopyToAsync(stream, context); 77var contentLength = _httpContent.Headers.ContentLength;