2 writes to _stream
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionResponseContent.cs (2)
22
_stream
= stream;
90
_stream
= null;
4 references to _stream
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnectionResponseContent.cs (4)
27
if (_consumedStream ||
_stream
== null)
33
return
_stream
;
87
if (
_stream
!= null)
89
_stream
.Dispose();