6 writes to _currentIHttpResponseTrailersFeature
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpProtocol.Generated.cs (4)
112_currentIHttpResponseTrailersFeature = null; 418_currentIHttpResponseTrailersFeature = (IHttpResponseTrailersFeature?)value; 572feature = Unsafe.As<IHttpResponseTrailersFeature?, TFeature?>(ref _currentIHttpResponseTrailersFeature); 732_currentIHttpResponseTrailersFeature = Unsafe.As<TFeature?, IHttpResponseTrailersFeature?>(ref feature);
Internal\Http2\Http2Stream.cs (1)
126_currentIHttpResponseTrailersFeature = this;
Internal\Http3\Http3Stream.cs (1)
920_currentIHttpResponseTrailersFeature = this;
3 references to _currentIHttpResponseTrailersFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
266feature = _currentIHttpResponseTrailersFeature; 878if (_currentIHttpResponseTrailersFeature != null) 880yield return new KeyValuePair<Type, object>(typeof(IHttpResponseTrailersFeature), _currentIHttpResponseTrailersFeature);