3 writes to _response
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
1420
_response
= stream._response;
1450
_response
= null;
1465
_response
= null;
4 references to _response
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (4)
1475
Debug.Assert(
_response
!= null);
1476
return stream.ReadResponseContent(
_response
, buffer);
1488
Debug.Assert(
_response
!= null);
1489
return stream.ReadResponseContentAsync(
_response
, buffer, cancellationToken);