2 writes to _http2Stream
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (2)
1553
_http2Stream
= http2Stream;
1575
Http2Stream? http2Stream = Interlocked.Exchange(ref
_http2Stream
, null);
11 references to _http2Stream
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (11)
1554
_responseMessage =
_http2Stream
._response;
1560
if (NetEventSource.Log.IsEnabled())
_http2Stream
?.Trace("");
1567
if (NetEventSource.Log.IsEnabled())
_http2Stream
?.Trace($"Error: {e}");
1594
public override bool CanRead =>
_http2Stream
!= null;
1595
public override bool CanWrite =>
_http2Stream
!= null;
1599
Http2Stream? http2Stream =
_http2Stream
;
1607
Http2Stream? http2Stream =
_http2Stream
;
1625
Http2Stream http2Stream =
_http2Stream
?? throw ExceptionDispatchInfo.SetCurrentStackTrace(new ObjectDisposedException(nameof(Http2ReadStream)));
1632
Http2Stream? http2Stream =
_http2Stream
;
1642
Http2Stream? http2Stream =
_http2Stream
;
1659
Http2Stream? http2Stream =
_http2Stream
;