4 writes to _currentIHttpBodyControlFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
97_currentIHttpBodyControlFeature = this; 470_currentIHttpBodyControlFeature = (IHttpBodyControlFeature?)value; 624feature = Unsafe.As<IHttpBodyControlFeature?, TFeature?>(ref _currentIHttpBodyControlFeature); 784_currentIHttpBodyControlFeature = Unsafe.As<TFeature?, IHttpBodyControlFeature?>(ref feature);
3 references to _currentIHttpBodyControlFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
318feature = _currentIHttpBodyControlFeature; 930if (_currentIHttpBodyControlFeature != null) 932yield return new KeyValuePair<Type, object>(typeof(IHttpBodyControlFeature), _currentIHttpBodyControlFeature);