1 write to _trailers
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
774_trailers ??= new HttpResponseHeaders(containsTrailingHeaders: true);
4 references to _trailers
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (4)
710Debug.Assert(_trailers != null); 712_trailers.TryAddWithoutValidation((descriptor.HeaderType & HttpHeaderType.Request) == HttpHeaderType.Request ? descriptor.AsCustomHeader() : descriptor, headerValue); 1260if (_trailers != null) 1262responseMessage.StoreReceivedTrailingHeaders(_trailers);