3 writes to _response
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
1414
_response
= stream._response;
1444
_response
= null;
1459
_response
= null;
4 references to _response
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (4)
1469
Debug.Assert(
_response
!= null);
1470
return stream.ReadResponseContent(
_response
, buffer);
1482
Debug.Assert(
_response
!= null);
1483
return stream.ReadResponseContentAsync(
_response
, buffer, cancellationToken);