2 writes to _http2Stream
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (2)
1553_http2Stream = http2Stream; 1575Http2Stream? 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; 1560if (NetEventSource.Log.IsEnabled()) _http2Stream?.Trace(""); 1567if (NetEventSource.Log.IsEnabled()) _http2Stream?.Trace($"Error: {e}"); 1594public override bool CanRead => _http2Stream != null; 1595public override bool CanWrite => _http2Stream != null; 1599Http2Stream? http2Stream = _http2Stream; 1607Http2Stream? http2Stream = _http2Stream; 1625Http2Stream http2Stream = _http2Stream ?? throw ExceptionDispatchInfo.SetCurrentStackTrace(new ObjectDisposedException(nameof(Http2ReadStream))); 1632Http2Stream? http2Stream = _http2Stream; 1642Http2Stream? http2Stream = _http2Stream; 1659Http2Stream? http2Stream = _http2Stream;