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)
64
foreach (var header in
_httpContent
.Headers)
72
return
_httpContent
.CopyToAsync(stream, context);
77
var contentLength =
_httpContent
.Headers.ContentLength;