1 write to _responseMessage
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1554_responseMessage = _http2Stream._response;
4 references to _responseMessage
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (4)
1602return http2Stream.ReadData(destination, _responseMessage); 1619return http2Stream.ReadDataAsync(destination, _responseMessage, cancellationToken); 1626http2Stream.CopyTo(_responseMessage, destination, bufferSize); 1636http2Stream.CopyToAsync(_responseMessage, destination, bufferSize, cancellationToken);