3 writes to _response
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
1462
_response
= stream._response;
1492
_response
= null;
1507
_response
= null;
4 references to _response
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (4)
1517
Debug.Assert(
_response
!= null);
1518
return stream.ReadResponseContent(
_response
, buffer);
1530
Debug.Assert(
_response
!= null);
1531
return stream.ReadResponseContentAsync(
_response
, buffer, cancellationToken);