3 writes to _response
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
1406
_response
= stream._response;
1436
_response
= null;
1451
_response
= null;
4 references to _response
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (4)
1461
Debug.Assert(
_response
!= null);
1462
return stream.ReadResponseContent(
_response
, buffer);
1474
Debug.Assert(
_response
!= null);
1475
return stream.ReadResponseContentAsync(
_response
, buffer, cancellationToken);