4 writes to _currentIHttpRequestLifetimeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
96_currentIHttpRequestLifetimeFeature = this; 454_currentIHttpRequestLifetimeFeature = (IHttpRequestLifetimeFeature?)value; 608feature = Unsafe.As<IHttpRequestLifetimeFeature?, TFeature?>(ref _currentIHttpRequestLifetimeFeature); 768_currentIHttpRequestLifetimeFeature = Unsafe.As<TFeature?, IHttpRequestLifetimeFeature?>(ref feature);
3 references to _currentIHttpRequestLifetimeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
302feature = _currentIHttpRequestLifetimeFeature; 914if (_currentIHttpRequestLifetimeFeature != null) 916yield return new KeyValuePair<Type, object>(typeof(IHttpRequestLifetimeFeature), _currentIHttpRequestLifetimeFeature);