4 writes to _currentIHttpResponseFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
86_currentIHttpResponseFeature = this; 350_currentIHttpResponseFeature = (IHttpResponseFeature?)value; 504feature = Unsafe.As<IHttpResponseFeature?, TFeature?>(ref _currentIHttpResponseFeature); 664_currentIHttpResponseFeature = Unsafe.As<TFeature?, IHttpResponseFeature?>(ref feature);
3 references to _currentIHttpResponseFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
198feature = _currentIHttpResponseFeature; 810if (_currentIHttpResponseFeature != null) 812yield return new KeyValuePair<Type, object>(typeof(IHttpResponseFeature), _currentIHttpResponseFeature);